|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryService
A RegistryService
is a core class to communicate with UDDI Registry.
ServiceStubs for UDDI API sets and extension API sets are got from this class.
Nested Class Summary | |
---|---|
static class |
RegistryService.Factory
Factory Class for RegistryService |
Method Summary | |
---|---|
void |
connect()
Connects to registry Fetches authToken using the credentials in RegistryConfiguration |
void |
disConnect()
Discard the authToken |
java.lang.String |
getAuthToken()
Returns the authToken using the credentials from RegistryConfiguration |
com.centrasite.uddiv3.client.UDDI_Inquiry_SoapService |
getInquirySoapService()
Returns the UDDI_Inquiry_PortType interface for UDDIv3 inquiry operations |
com.centrasite.uddiv3.client.UDDI_Publication_SoapService |
getPublishSoapService()
Returns the UDDI_Publication_PortType interface for UDDIv3 publish operations |
RegistryAgent |
getRegistryAgent()
Returns the RegistryAgent which is used to broker to communicate with registry |
RegistryFramework |
getRegistryFramework()
Returns the RegistryFramework for custom operations |
com.centrasite.uddiv3.client.UDDI_Security_SoapService |
getSecuritySoapService()
Returns the UDDI_Security_PortType interface for UDDIv3 security operations |
com.centrasite.uddiv3.client.UDDI_Subscription_SoapService |
getSubscriptionSoapService()
Returns the UDDI_Subscription_PortType interface for UDDIv3 Subscription operations |
com.centrasite.uddiv3.client.UDDI_Taxonomy_SoapService |
getTaxonomySoapService()
Returns the UDDI_Taxonomy_PortType for custom taxonomy operations |
void |
reConnect()
Fetches the new authToken using the credentials in RegistryConfiguration |
Method Detail |
---|
com.centrasite.uddiv3.client.UDDI_Security_SoapService getSecuritySoapService() throws UDDIClientException
UDDI_Security_SoapService
java.lang.Exception
UDDIClientException
com.centrasite.uddiv3.client.UDDI_Inquiry_SoapService getInquirySoapService() throws UDDIClientException
UDDI_Inquiry_SoapService
java.lang.Exception
UDDIClientException
com.centrasite.uddiv3.client.UDDI_Publication_SoapService getPublishSoapService() throws UDDIClientException
UDDI_Publication_SoapService
UDDIClientException
com.centrasite.uddiv3.client.UDDI_Taxonomy_SoapService getTaxonomySoapService() throws UDDIClientException
UDDI_Taxonomy_SoapService
ServiceException
UDDIClientException
com.centrasite.uddiv3.client.UDDI_Subscription_SoapService getSubscriptionSoapService() throws UDDIClientException
UDDI_Subscription_SoapService
java.lang.Exception
UDDIClientException
RegistryAgent getRegistryAgent()
RegistryAgent
RegistryFramework getRegistryFramework()
RegistryFramework
java.lang.String getAuthToken() throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
String
com.centrasite.uddiv3.client.DispositionReportFaultMessage
UDDIClientException
void connect() throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
com.centrasite.uddiv3.client.DispositionReportFaultMessage
java.lang.Exception
UDDIClientException
void reConnect() throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
com.centrasite.uddiv3.client.DispositionReportFaultMessage
UDDIClientException
void disConnect() throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
com.centrasite.uddiv3.client.DispositionReportFaultMessage
UDDIClientException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |