public interface RegistryService
Connection
Modifier and Type | Method and Description |
---|---|
BulkResponse |
getBulkResponse(java.lang.String requestId)
Returns the BulkResponse associated with specified requestId.
|
BusinessLifeCycleManager |
getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager object implemented by the Jakarta XML Registries provider.
|
BusinessQueryManager |
getBusinessQueryManager()
Returns the BusinessQueryManager object implemented by the Jakarta XML Registries provider.
|
CapabilityProfile |
getCapabilityProfile()
Returns the CapabilityProfile for the Jakarta XML Registries provider.
|
DeclarativeQueryManager |
getDeclarativeQueryManager()
Returns the DeclarativeQueryManager object implemented by the Jakarta XML Registries provider.
|
ClassificationScheme |
getDefaultPostalScheme()
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
|
java.lang.String |
makeRegistrySpecificRequest(java.lang.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 Jakarta XML Registries provider encounters an internal errorCapabilityProfile
,
LifeCycleManager
BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorBusinessLifeCycleManager
,
LifeCycleManager
BusinessQueryManager getBusinessQueryManager() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorBusinessQueryManager
DeclarativeQueryManager getDeclarativeQueryManager() throws JAXRException, UnsupportedCapabilityException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorUnsupportedCapabilityException
- If the Jakarta XML Registries provider can not satisfy the requestDeclarativeQueryManager
BulkResponse getBulkResponse(java.lang.String requestId) throws InvalidRequestException, JAXRException
requestId
- the id for a previous asynchronous requestInvalidRequestException
- if no responses exist for specified requestIdJAXRException
- If the Jakarta XML Registries provider encounters an internal errorClassificationScheme getDefaultPostalScheme() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorjava.lang.String makeRegistrySpecificRequest(java.lang.String request) throws JAXRException
request
- the registry-specific request in a String representationJAXRException
- If the Jakarta XML Registries provider encounters an internal error