|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UDDIOperations
This class implements different UDDI operations like saving a TModel, Searching for it Publishing/Searching for a service
| Constructor Summary | |
UDDIOperations()
Constructor : Instantiates PRoxy object and reads Properties from samples.prop file |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Used for Testing purposes |
CategoryBag |
makeCategoryBag(java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames)
Makes a category bag to add that to service |
void |
matchService(java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames)
Finds a matching service that matches the specifications |
void |
publishService(java.lang.String businessName,
java.lang.String serviceName,
java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames,
java.lang.String uId,
java.lang.String passwd)
Publishes a service |
void |
saveTModel()
Saves a TModel to the UDDI registry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UDDIOperations()
| Method Detail |
public static void main(java.lang.String[] args)
public void saveTModel()
public CategoryBag makeCategoryBag(java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames)
inputTModelKey - Key of the InputTModel to be used in category baginputNodeNames - Vector that has all input concepts from WSDL fileoutputNodeNames - Vector that has all output concepts from WSDL file
public void publishService(java.lang.String businessName,
java.lang.String serviceName,
java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames,
java.lang.String uId,
java.lang.String passwd)
businessName - Name of the business that publishes the serviceserviceName - Name of the service that is to be publishedinputTModelKey - Key of the InputTModel to be used in category baginputNodeNames - Vector that has all input concepts from WSDL fileoutputNodeNames - Vector that has all output concepts from WSDL fileuId - String representing User Idpasswd - String Password of the user
public void matchService(java.lang.String inputTModelKey,
java.lang.String outputTModelKey,
java.util.Vector inputNodeNames,
java.util.Vector outputNodeNames)
inputTModelKey - Key of the InputTModel to be used in category baginputNodeNames - Vector that has all input concepts from WSDL fileoutputNodeNames - Vector that has all output concepts from WSDL file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||