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.RegistryServicepublic javax.xml.registry.BusinessQueryManager getBusinessQueryManager()
throws javax.xml.registry.JAXRException
getBusinessQueryManager in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BusinessLifeCycleManager getBusinessLifeCycleManager()
throws javax.xml.registry.JAXRException
getBusinessLifeCycleManager in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionpublic javax.xml.registry.BulkResponse getBulkResponse(java.lang.String s)
throws javax.xml.registry.JAXRException,
javax.xml.registry.InvalidRequestException
getBulkResponse in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionjavax.xml.registry.InvalidRequestExceptionpublic javax.xml.registry.DeclarativeQueryManager getDeclarativeQueryManager()
throws javax.xml.registry.JAXRException,
javax.xml.registry.UnsupportedCapabilityException
getDeclarativeQueryManager in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionjavax.xml.registry.UnsupportedCapabilityExceptionpublic javax.xml.registry.infomodel.ClassificationScheme getDefaultPostalScheme()
throws javax.xml.registry.JAXRException
getDefaultPostalScheme in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionpublic java.lang.String makeRegistrySpecificRequest(java.lang.String s)
throws javax.xml.registry.JAXRException
makeRegistrySpecificRequest in interface javax.xml.registry.RegistryServicejavax.xml.registry.JAXRExceptionpublic ConnectionImpl getConnection()
public void setConnection(ConnectionImpl connection)
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.