org.apache.ws.scout.registry
Class RegistryServiceImpl

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

public class RegistryServiceImpl
extends java.lang.Object
implements javax.xml.registry.RegistryService

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

Author:
Anil Saldhana , Jeremy Boynes , Tom Cunningham

Constructor Summary
RegistryServiceImpl(IRegistryBase registry, java.lang.String postalScheme, int maxRows, java.lang.String uddiVersion)
           
 
Method Summary
 javax.xml.registry.BulkResponse getBulkResponse(java.lang.String s)
           
 javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
           
 javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
           
 javax.xml.registry.CapabilityProfile getCapabilityProfile()
           
 ConnectionImpl getConnection()
           
 javax.xml.registry.DeclarativeQueryManager getDeclarativeQueryManager()
           
 javax.xml.registry.infomodel.ClassificationScheme getDefaultPostalScheme()
           
 java.lang.String getUddiVersion()
           
 java.lang.String makeRegistrySpecificRequest(java.lang.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(IRegistryBase registry,
                           java.lang.String postalScheme,
                           int maxRows,
                           java.lang.String uddiVersion)
Method Detail

getCapabilityProfile

public javax.xml.registry.CapabilityProfile getCapabilityProfile()
Specified by:
getCapabilityProfile in interface javax.xml.registry.RegistryService

getUddiVersion

public java.lang.String getUddiVersion()

getBusinessQueryManager

public javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
                                                                throws javax.xml.registry.JAXRException
Specified by:
getBusinessQueryManager in interface javax.xml.registry.RegistryService
Throws:
javax.xml.registry.JAXRException

getBusinessLifeCycleManager

public javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                                        throws javax.xml.registry.JAXRException
Specified by:
getBusinessLifeCycleManager in interface javax.xml.registry.RegistryService
Throws:
javax.xml.registry.JAXRException

getBulkResponse

public javax.xml.registry.BulkResponse getBulkResponse(java.lang.String s)
                                                throws javax.xml.registry.JAXRException,
                                                       javax.xml.registry.InvalidRequestException
Specified by:
getBulkResponse in interface javax.xml.registry.RegistryService
Throws:
javax.xml.registry.JAXRException
javax.xml.registry.InvalidRequestException

getDeclarativeQueryManager

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

getDefaultPostalScheme

public javax.xml.registry.infomodel.ClassificationScheme getDefaultPostalScheme()
                                                                         throws javax.xml.registry.JAXRException
Specified by:
getDefaultPostalScheme in interface javax.xml.registry.RegistryService
Throws:
javax.xml.registry.JAXRException

makeRegistrySpecificRequest

public java.lang.String makeRegistrySpecificRequest(java.lang.String s)
                                             throws javax.xml.registry.JAXRException
Specified by:
makeRegistrySpecificRequest in interface javax.xml.registry.RegistryService
Throws:
javax.xml.registry.JAXRException

getConnection

public ConnectionImpl getConnection()

setConnection

public void setConnection(ConnectionImpl connection)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.