public class UDDIServiceCache extends Object
Constructor and Description |
---|
UDDIServiceCache(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
addService(String serviceKey,
Topology topology)
Adds or updates epr information for the given serviceKey.
|
UDDIClerk |
getClerk() |
Topology |
lookupService(String serviceKey) |
void |
registerSubscription() |
void |
removeAll() |
void |
removeService(String serviceKey) |
void |
setClerk(UDDIClerk clerk) |
void |
shutdown() |
void |
unRegisterSubscription() |
public UDDIServiceCache(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties) throws DatatypeConfigurationException, MalformedURLException, RemoteException, org.apache.commons.configuration.ConfigurationException, javax.wsdl.WSDLException, TransportException, Exception
DatatypeConfigurationException
MalformedURLException
RemoteException
org.apache.commons.configuration.ConfigurationException
javax.wsdl.WSDLException
TransportException
Exception
public UDDIClerk getClerk()
public void setClerk(UDDIClerk clerk)
public void shutdown() throws RemoteException, org.apache.commons.configuration.ConfigurationException, TransportException
RemoteException
org.apache.commons.configuration.ConfigurationException
TransportException
public void removeAll()
public void addService(String serviceKey, Topology topology)
serviceKey
- eprs
- public void removeService(String serviceKey)
public void registerSubscription() throws DatatypeConfigurationException
DatatypeConfigurationException
public void unRegisterSubscription()
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.