org.apache.juddi.v3.client.mapping
Class UDDIServiceCache

java.lang.Object
  extended by org.apache.juddi.v3.client.mapping.UDDIServiceCache

public class UDDIServiceCache
extends Object

Author:
Kurt T Stam

Constructor Summary
UDDIServiceCache(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIServiceCache

public UDDIServiceCache(UDDIClerk clerk,
                        URLLocalizer urlLocalizer,
                        Properties properties)
                 throws DatatypeConfigurationException,
                        MalformedURLException,
                        RemoteException,
                        org.apache.commons.configuration.ConfigurationException,
                        javax.wsdl.WSDLException,
                        TransportException
Throws:
DatatypeConfigurationException
MalformedURLException
RemoteException
org.apache.commons.configuration.ConfigurationException
javax.wsdl.WSDLException
TransportException
Method Detail

getClerk

public UDDIClerk getClerk()

setClerk

public void setClerk(UDDIClerk clerk)

shutdown

public void shutdown()
              throws RemoteException,
                     org.apache.commons.configuration.ConfigurationException,
                     TransportException
Throws:
RemoteException
org.apache.commons.configuration.ConfigurationException
TransportException

removeAll

public void removeAll()

addService

public void addService(String serviceKey,
                       Topology topology)
Adds or updates epr information for the given serviceKey.

Parameters:
serviceKey -
eprs -

lookupService

public Topology lookupService(String serviceKey)

removeService

public void removeService(String serviceKey)

registerSubscription

public void registerSubscription()
                          throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

unRegisterSubscription

public void unRegisterSubscription()


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