org.apache.ws.scout.registry
Class RegistryServiceImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.RegistryServiceImpl
All Implemented Interfaces:
RegistryService

public class RegistryServiceImpl
extends Object
implements RegistryService

Scout implementation of javax.xml.registry.RegistryService For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana , Jeremy Boynes

Constructor Summary
RegistryServiceImpl(RegistryImpl registry, String postalScheme, int maxRows)
           
 
Method Summary
 BulkResponse getBulkResponse(String s)
           
 BusinessLifeCycleManager getBusinessLifeCycleManager()
           
 BusinessQueryManager getBusinessQueryManager()
           
 CapabilityProfile getCapabilityProfile()
           
 ConnectionImpl getConnection()
           
 DeclarativeQueryManager getDeclarativeQueryManager()
           
 ClassificationScheme getDefaultPostalScheme()
           
 String makeRegistrySpecificRequest(String s)
           
 void setConnection(ConnectionImpl connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryServiceImpl

public RegistryServiceImpl(RegistryImpl registry,
                           String postalScheme,
                           int maxRows)
Method Detail

getCapabilityProfile

public CapabilityProfile getCapabilityProfile()
Specified by:
getCapabilityProfile in interface RegistryService

getBusinessQueryManager

public BusinessQueryManager getBusinessQueryManager()
                                             throws JAXRException
Specified by:
getBusinessQueryManager in interface RegistryService
Throws:
JAXRException

getBusinessLifeCycleManager

public BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                     throws JAXRException
Specified by:
getBusinessLifeCycleManager in interface RegistryService
Throws:
JAXRException

getBulkResponse

public BulkResponse getBulkResponse(String s)
                             throws JAXRException,
                                    InvalidRequestException
Specified by:
getBulkResponse in interface RegistryService
Throws:
JAXRException
InvalidRequestException

getDeclarativeQueryManager

public DeclarativeQueryManager getDeclarativeQueryManager()
                                                   throws JAXRException,
                                                          UnsupportedCapabilityException
Specified by:
getDeclarativeQueryManager in interface RegistryService
Throws:
JAXRException
UnsupportedCapabilityException

getDefaultPostalScheme

public ClassificationScheme getDefaultPostalScheme()
                                            throws JAXRException
Specified by:
getDefaultPostalScheme in interface RegistryService
Throws:
JAXRException

makeRegistrySpecificRequest

public String makeRegistrySpecificRequest(String s)
                                   throws JAXRException
Specified by:
makeRegistrySpecificRequest in interface RegistryService
Throws:
JAXRException

getConnection

public ConnectionImpl getConnection()

setConnection

public void setConnection(ConnectionImpl connection)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.