Apache CXF API

org.apache.cxf.ws.security.cache
Class CacheCleanupListener

java.lang.Object
  extended by org.apache.cxf.ws.security.cache.CacheCleanupListener
All Implemented Interfaces:
ClientLifeCycleListener, ServerLifeCycleListener

public class CacheCleanupListener
extends Object
implements ServerLifeCycleListener, ClientLifeCycleListener


Constructor Summary
CacheCleanupListener()
           
 
Method Summary
 void clientCreated(Client client)
           
 void clientDestroyed(Client client)
           
protected  void shutdownResources(EndpointInfo info)
           
 void startServer(Server server)
           
 void stopServer(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheCleanupListener

public CacheCleanupListener()
Method Detail

clientCreated

public void clientCreated(Client client)
Specified by:
clientCreated in interface ClientLifeCycleListener

startServer

public void startServer(Server server)
Specified by:
startServer in interface ServerLifeCycleListener

clientDestroyed

public void clientDestroyed(Client client)
Specified by:
clientDestroyed in interface ClientLifeCycleListener

stopServer

public void stopServer(Server server)
Specified by:
stopServer in interface ServerLifeCycleListener

shutdownResources

protected void shutdownResources(EndpointInfo info)

Apache CXF API

Apache CXF