javax.xml.registry
Interface RegistryService


public interface RegistryService


Method Summary
 BulkResponse (src) getBulkResponse(java.lang.String requestId)
           
 BusinessLifeCycleManager (src) getBusinessLifeCycleManager()
           
 BusinessQueryManager (src) getBusinessQueryManager()
           
 CapabilityProfile (src) getCapabilityProfile()
           
 DeclarativeQueryManager (src) getDeclarativeQueryManager()
           
 ClassificationScheme (src) getDefaultPostalScheme()
           
 java.lang.String makeRegistrySpecificRequest(java.lang.String request)
           
 

Method Detail

getBulkResponse

public BulkResponse (src)  getBulkResponse(java.lang.String requestId)
                             throws InvalidRequestException (src) ,
                                    JAXRException (src) 
Throws:
InvalidRequestException (src)
JAXRException (src)

getBusinessLifeCycleManager

public BusinessLifeCycleManager (src)  getBusinessLifeCycleManager()
                                                     throws JAXRException (src) 
Throws:
JAXRException (src)

getBusinessQueryManager

public BusinessQueryManager (src)  getBusinessQueryManager()
                                             throws JAXRException (src) 
Throws:
JAXRException (src)

getCapabilityProfile

public CapabilityProfile (src)  getCapabilityProfile()
                                       throws JAXRException (src) 
Throws:
JAXRException (src)

getDeclarativeQueryManager

public DeclarativeQueryManager (src)  getDeclarativeQueryManager()
                                                   throws JAXRException (src) ,
                                                          UnsupportedCapabilityException (src) 
Throws:
JAXRException (src)
UnsupportedCapabilityException (src)

getDefaultPostalScheme

public ClassificationScheme (src)  getDefaultPostalScheme()
                                            throws JAXRException (src) 
Throws:
JAXRException (src)

makeRegistrySpecificRequest

public java.lang.String makeRegistrySpecificRequest(java.lang.String request)
                                             throws JAXRException (src) 
Throws:
JAXRException (src)