public class RegistryServiceImpl extends Object implements RegistryService
RegistryService| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
BusinessLifeCycleManager |
getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager interface implemented by the JAXR provider
|
BusinessQueryManager |
getBusinessQueryManager()
Returns the BusinessQueryManager interface implemented by the JAXR provider
|
CapabilityProfile |
getCapabilityProfile()
Returns the CapabilityProfile for the JAXR provider
|
ConnectionImpl |
getConnection() |
String |
getCurrentUser() |
DeclarativeQueryManager |
getDeclarativeQueryManager()
Returns the DeclarativeQueryManager interface implemented by the JAXR provider
Capbility level 0 registries should throws UnsupportedCapabilityException.
|
ClassificationScheme |
getDefaultPostalScheme()
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
|
LifeCycleManager |
getLifeCycleManager()
Returns the basic LifeCycleManager interface implemented by the JAXR provider
|
UDDIObjectCache |
getObjectManager() |
String |
getServiceId() |
UDDIMapper |
getUDDIMapper() |
SOAPBody |
jaxmSend(SOAPMessage msg,
boolean secure) |
String |
makeRegistrySpecificRequest(String request)
This method takes a String that is an XML request in a registry specific
format.
|
Node |
send(SOAPMessage doc,
boolean secure)
Currently, default is to use jaxm.
|
public UDDIMapper getUDDIMapper()
public String getServiceId()
public UDDIObjectCache getObjectManager()
public CapabilityProfile getCapabilityProfile() throws JAXRException
getCapabilityProfile in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal errorpublic BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException
getBusinessLifeCycleManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal errorpublic BusinessQueryManager getBusinessQueryManager() throws JAXRException
getBusinessQueryManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal errorpublic LifeCycleManager getLifeCycleManager() throws JAXRException
JAXRExceptionpublic DeclarativeQueryManager getDeclarativeQueryManager() throws JAXRException, UnsupportedCapabilityException
getDeclarativeQueryManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal errorUnsupportedCapabilityExceptionpublic String makeRegistrySpecificRequest(String request) throws JAXRException
makeRegistrySpecificRequest in interface RegistryServicerequest - the registry-specific request in a String representationJAXRException - If the JAXR provider encounters an internal errorpublic ClassificationScheme getDefaultPostalScheme() throws JAXRException
RegistryServicegetDefaultPostalScheme in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal errorpublic BulkResponse getBulkResponse(String requestId) throws JAXRException
getBulkResponse in interface RegistryServicerequestId - the id for a previous asynchronous requestInvalidRequestException - if no responses exist for specified requestIdJAXRException - If the JAXR provider encounters an internal errorpublic ConnectionImpl getConnection()
public SOAPBody jaxmSend(SOAPMessage msg, boolean secure) throws JAXRException
JAXRExceptionpublic Node send(SOAPMessage doc, boolean secure) throws JAXRException
JAXRExceptionpublic String getCurrentUser()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.