public class RegistryServiceImpl
extends java.lang.Object
implements javax.xml.registry.RegistryService
Constructor and Description |
---|
RegistryServiceImpl(org.apache.juddi.proxy.RegistryProxy registry,
java.lang.String postalScheme,
int maxRows) |
Modifier and Type | Method and Description |
---|---|
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 |
makeRegistrySpecificRequest(java.lang.String s) |
void |
setConnection(ConnectionImpl connection) |
public RegistryServiceImpl(org.apache.juddi.proxy.RegistryProxy registry, java.lang.String postalScheme, int maxRows)
public javax.xml.registry.CapabilityProfile getCapabilityProfile()
getCapabilityProfile
in interface javax.xml.registry.RegistryService
public javax.xml.registry.BusinessQueryManager getBusinessQueryManager() throws javax.xml.registry.JAXRException
getBusinessQueryManager
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
public javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager() throws javax.xml.registry.JAXRException
getBusinessLifeCycleManager
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
public javax.xml.registry.BulkResponse getBulkResponse(java.lang.String s) throws javax.xml.registry.JAXRException, javax.xml.registry.InvalidRequestException
getBulkResponse
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
javax.xml.registry.InvalidRequestException
public javax.xml.registry.DeclarativeQueryManager getDeclarativeQueryManager() throws javax.xml.registry.JAXRException, javax.xml.registry.UnsupportedCapabilityException
getDeclarativeQueryManager
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
javax.xml.registry.UnsupportedCapabilityException
public javax.xml.registry.infomodel.ClassificationScheme getDefaultPostalScheme() throws javax.xml.registry.JAXRException
getDefaultPostalScheme
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
public java.lang.String makeRegistrySpecificRequest(java.lang.String s) throws javax.xml.registry.JAXRException
makeRegistrySpecificRequest
in interface javax.xml.registry.RegistryService
javax.xml.registry.JAXRException
public ConnectionImpl getConnection()
public void setConnection(ConnectionImpl connection)
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.