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

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

public class CacheCleanupListener
extends Object
implements org.apache.cxf.endpoint.ServerLifeCycleListener, org.apache.cxf.endpoint.ClientLifeCycleListener


Constructor Summary
CacheCleanupListener()
           
 
Method Summary
 void clientCreated(org.apache.cxf.endpoint.Client client)
           
 void clientDestroyed(org.apache.cxf.endpoint.Client client)
           
protected  void shutdownResources(org.apache.cxf.service.model.EndpointInfo info)
           
 void startServer(org.apache.cxf.endpoint.Server server)
           
 void stopServer(org.apache.cxf.endpoint.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(org.apache.cxf.endpoint.Client client)
Specified by:
clientCreated in interface org.apache.cxf.endpoint.ClientLifeCycleListener

startServer

public void startServer(org.apache.cxf.endpoint.Server server)
Specified by:
startServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener

clientDestroyed

public void clientDestroyed(org.apache.cxf.endpoint.Client client)
Specified by:
clientDestroyed in interface org.apache.cxf.endpoint.ClientLifeCycleListener

stopServer

public void stopServer(org.apache.cxf.endpoint.Server server)
Specified by:
stopServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener

shutdownResources

protected void shutdownResources(org.apache.cxf.service.model.EndpointInfo info)


Apache CXF