org.apache.cxf.ws.security.cache
Class CacheCleanupListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheCleanupListener
public CacheCleanupListener()
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