public class RegistryServiceImpl extends Object implements RegistryService
Constructor and Description |
---|
RegistryServiceImpl(IRegistryBase registry,
String postalScheme,
int maxRows,
String uddiVersion) |
Modifier and Type | Method and Description |
---|---|
BulkResponse |
getBulkResponse(String s) |
BusinessLifeCycleManager |
getBusinessLifeCycleManager() |
BusinessQueryManager |
getBusinessQueryManager() |
CapabilityProfile |
getCapabilityProfile() |
ConnectionImpl |
getConnection() |
DeclarativeQueryManager |
getDeclarativeQueryManager() |
ClassificationScheme |
getDefaultPostalScheme() |
String |
getUddiVersion() |
String |
makeRegistrySpecificRequest(String s) |
void |
setConnection(ConnectionImpl connection) |
public RegistryServiceImpl(IRegistryBase registry, String postalScheme, int maxRows, String uddiVersion)
public CapabilityProfile getCapabilityProfile()
getCapabilityProfile
in interface RegistryService
public String getUddiVersion()
public BusinessQueryManager getBusinessQueryManager() throws JAXRException
getBusinessQueryManager
in interface RegistryService
JAXRException
public BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException
getBusinessLifeCycleManager
in interface RegistryService
JAXRException
public BulkResponse getBulkResponse(String s) throws JAXRException, InvalidRequestException
getBulkResponse
in interface RegistryService
JAXRException
InvalidRequestException
public DeclarativeQueryManager getDeclarativeQueryManager() throws JAXRException, UnsupportedCapabilityException
getDeclarativeQueryManager
in interface RegistryService
JAXRException
UnsupportedCapabilityException
public ClassificationScheme getDefaultPostalScheme() throws JAXRException
getDefaultPostalScheme
in interface RegistryService
JAXRException
public String makeRegistrySpecificRequest(String s) throws JAXRException
makeRegistrySpecificRequest
in interface RegistryService
JAXRException
public ConnectionImpl getConnection()
public void setConnection(ConnectionImpl connection)
Copyright © 2018 JBoss by Red Hat. All rights reserved.