1 22 package javax.xml.registry; 23 24 import javax.xml.registry.infomodel.ClassificationScheme ; 25 26 30 public interface RegistryService 31 { 32 public BulkResponse getBulkResponse(String requestId) 33 throws InvalidRequestException , JAXRException ; 34 public BusinessLifeCycleManager getBusinessLifeCycleManager() 35 throws JAXRException ; 36 public BusinessQueryManager getBusinessQueryManager() throws JAXRException ; 37 public CapabilityProfile getCapabilityProfile() throws JAXRException ; 38 public DeclarativeQueryManager getDeclarativeQueryManager() 39 throws JAXRException , UnsupportedCapabilityException ; 40 public ClassificationScheme getDefaultPostalScheme() throws JAXRException ; 41 public String makeRegistrySpecificRequest(String request) throws JAXRException ; 42 43 } 44 | Popular Tags |