javax.xml.registry
Interface RegistryService


public interface RegistryService

Version:
$Revision: 1.1.6.1 $
Author:
Scott.Stark@jboss.org

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

Method Detail

getBulkResponse

BulkResponse getBulkResponse(String requestId)
                             throws InvalidRequestException,
                                    JAXRException
Throws:
InvalidRequestException
JAXRException

getBusinessLifeCycleManager

BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                     throws JAXRException
Throws:
JAXRException

getBusinessQueryManager

BusinessQueryManager getBusinessQueryManager()
                                             throws JAXRException
Throws:
JAXRException

getCapabilityProfile

CapabilityProfile getCapabilityProfile()
                                       throws JAXRException
Throws:
JAXRException

getDeclarativeQueryManager

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

getDefaultPostalScheme

ClassificationScheme getDefaultPostalScheme()
                                            throws JAXRException
Throws:
JAXRException

makeRegistrySpecificRequest

String makeRegistrySpecificRequest(String request)
                                   throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.