|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.uddi.client.service.UDDIService
|
+--weblogic.uddi.client.service.Publish
The Publish class holds all the publish api function.
| Fields inherited from class weblogic.uddi.client.service.UDDIService |
URL |
| Constructor Summary | |
Publish()
Class constructor. |
|
| Method Summary | |
DispositionReport |
deleteBinding(DeleteBinding input)
Creates a soap message, using the requested delete_binding structure, to make a function call at the remote registry. |
DispositionReport |
deleteBusiness(DeleteBusiness input)
Creates a soap message, using the requested delete_business structure, to make a function call at the remote registry. |
DispositionReport |
deleteService(DeleteService input)
Creates a soap message, using the requested delete_service structure, to make a function call at the remote registry. |
DispositionReport |
deleteTModel(DeleteTModel input)
Creates a soap message, using the requested delete_tModel structure, to make a function call at the remote registry. |
DispositionReport |
discardAuthToken(DiscardAuthToken input)
Creates a soap message, using the requested discard_authToken structure, to make a function call at the remote registry. |
AuthToken |
getAuthToken(GetAuthToken input)
Creates a soap message, using the requested get_authToken structure, to make a function call at the remote registry. |
RegisteredInfo |
getRegisteredInfo(GetRegisteredInfo input)
Creates a soap message, using the requested get_registeredInfo structure, to make a function call at the remote registry. |
BindingDetail |
saveBinding(SaveBinding input)
Creates a soap message, using the requested save_binding structure, to make a function call at the remote registry. |
BusinessDetail |
saveBusiness(SaveBusiness input)
Creates a soap message, using the requested save_business structure, to make a function call at the remote registry. |
ServiceDetail |
saveService(SaveService input)
Creates a soap message, using the requested save_service structure, to make a function call at the remote registry. |
TModelDetail |
saveTModel(SaveTModel input)
Creates a soap message, using the requested save_tModel structure, to make a function call at the remote registry. |
DispositionReport |
validateCategorization(ValidateCategorization input)
Creates a soap message, using the requested validate_categorization structure, to make a function call at the remote registry. |
| Methods inherited from class weblogic.uddi.client.service.UDDIService |
getURL,
setURL |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Publish()
| Method Detail |
public AuthToken getAuthToken(GetAuthToken input)
throws UDDIException,
XML_SoapException
input - the get_authToken structure reqested for the function call.
public DispositionReport discardAuthToken(DiscardAuthToken input)
throws UDDIException,
XML_SoapException
input - the discard_authToken structure reqested for the function call.
public RegisteredInfo getRegisteredInfo(GetRegisteredInfo input)
throws UDDIException,
XML_SoapException
input - the get_registeredInfo structure reqested for the function call.
public DispositionReport validateCategorization(ValidateCategorization input)
throws UDDIException,
XML_SoapException
input - the validate_categorization structure reqested for the function call.
public DispositionReport deleteBinding(DeleteBinding input)
throws UDDIException,
XML_SoapException
input - the delete_binding structure reqested for the function call.
public DispositionReport deleteBusiness(DeleteBusiness input)
throws UDDIException,
XML_SoapException
input - the delete_business structure reqested for the function call.
public DispositionReport deleteService(DeleteService input)
throws UDDIException,
XML_SoapException
input - the delete_service structure reqested for the function call.
public DispositionReport deleteTModel(DeleteTModel input)
throws UDDIException,
XML_SoapException
input - the delete_tModel structure reqested for the function call.
public BindingDetail saveBinding(SaveBinding input)
throws UDDIException,
XML_SoapException
input - the save_binding structure reqested for the function call.
public BusinessDetail saveBusiness(SaveBusiness input)
throws UDDIException,
XML_SoapException
input - the save_business structure reqested for the function call.
public ServiceDetail saveService(SaveService input)
throws UDDIException,
XML_SoapException
input - the save_service structure reqested for the function call.
public TModelDetail saveTModel(SaveTModel input)
throws UDDIException,
XML_SoapException
input - the save_tModel structure reqested for the function call.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||