|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.RegistryServiceImpl
public class RegistryServiceImpl
Implementation class for RegistryService
RegistryService| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 error
public BusinessLifeCycleManager getBusinessLifeCycleManager()
throws JAXRException
getBusinessLifeCycleManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal error
public BusinessQueryManager getBusinessQueryManager()
throws JAXRException
getBusinessQueryManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal error
public LifeCycleManager getLifeCycleManager()
throws JAXRException
JAXRException
public DeclarativeQueryManager getDeclarativeQueryManager()
throws JAXRException,
UnsupportedCapabilityException
getDeclarativeQueryManager in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal error
UnsupportedCapabilityException
public String makeRegistrySpecificRequest(String request)
throws JAXRException
makeRegistrySpecificRequest in interface RegistryServicerequest - the registry-specific request in a String representation
JAXRException - If the JAXR provider encounters an internal error
public ClassificationScheme getDefaultPostalScheme()
throws JAXRException
RegistryService
getDefaultPostalScheme in interface RegistryServiceJAXRException - If the JAXR provider encounters an internal error
public BulkResponse getBulkResponse(String requestId)
throws JAXRException
getBulkResponse in interface RegistryServicerequestId - the id for a previous asynchronous request
InvalidRequestException - if no responses exist for specified requestId
JAXRException - If the JAXR provider encounters an internal errorpublic ConnectionImpl getConnection()
public SOAPBody jaxmSend(SOAPMessage msg,
boolean secure)
throws JAXRException
JAXRException
public Node send(SOAPMessage doc,
boolean secure)
throws JAXRException
JAXRExceptionpublic String getCurrentUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||