public interface RegistryService
Connection| Modifier and Type | Method and Description | 
|---|---|
| BulkResponse | getBulkResponse(String requestId)Returns the BulkResponse associated with specified requestId. | 
| BusinessLifeCycleManager | getBusinessLifeCycleManager()Returns the BusinessLifeCycleManager object implemented by the JAXR provider. | 
| BusinessQueryManager | getBusinessQueryManager()Returns the BusinessQueryManager object implemented by the JAXR provider. | 
| CapabilityProfile | getCapabilityProfile()Returns the CapabilityProfile for the JAXR provider. | 
| DeclarativeQueryManager | getDeclarativeQueryManager()Returns the DeclarativeQueryManager object implemented by the JAXR provider. | 
| ClassificationScheme | getDefaultPostalScheme()Gets the default user-defined postal scheme for codifying the attributes of PostalAddress. | 
| String | makeRegistrySpecificRequest(String request)Takes a String that is an XML request in a registry-specific 
 format, sends the request to the registry, and returns a String that is 
 the registry-specific XML response. | 
CapabilityProfile getCapabilityProfile() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManagerBusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManagerBusinessQueryManager getBusinessQueryManager() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorDeclarativeQueryManager getDeclarativeQueryManager() throws JAXRException, UnsupportedCapabilityException
JAXRException - If the JAXR provider encounters an internal errorUnsupportedCapabilityExceptionBulkResponse getBulkResponse(String requestId) throws InvalidRequestException, JAXRException
requestId - the id for a previous asynchronous requestInvalidRequestException - if no responses exist for specified requestIdJAXRException - If the JAXR provider encounters an internal errorClassificationScheme getDefaultPostalScheme() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorString makeRegistrySpecificRequest(String request) throws JAXRException
request - the registry-specific request in a String representationJAXRException - If the JAXR provider encounters an internal errorCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.