| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegistryService
This is the principal interface implemented by a JAXR provider. A registry client can get this interface from a Connection to a registry. It provides the methods that are used by the client to discover various capability specific interfaces implemented by the JAXR provider.
Connection| Method Summary | |
|---|---|
|  BulkResponse | getBulkResponse(java.lang.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. | 
|  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. | 
| Method Detail | 
|---|
CapabilityProfile getCapabilityProfile()
                                       throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManager
BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                     throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorLifeCycleManager
BusinessQueryManager getBusinessQueryManager()
                                             throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
DeclarativeQueryManager getDeclarativeQueryManager()
                                                   throws JAXRException,
                                                          UnsupportedCapabilityException
JAXRException - If the JAXR provider encounters an internal error
UnsupportedCapabilityException
BulkResponse getBulkResponse(java.lang.String requestId)
                             throws InvalidRequestException,
                                    JAXRException
requestId - the id for a previous asynchronous request
InvalidRequestException - if no responses exist for specified requestId
JAXRException - If the JAXR provider encounters an internal error
ClassificationScheme getDefaultPostalScheme()
                                            throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
java.lang.String makeRegistrySpecificRequest(java.lang.String request)
                                             throws JAXRException
request - the registry-specific request in a String representation
JAXRException - If the JAXR provider encounters an internal error| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41