Package org.apache.cxf.ws.security.cache
Class CacheCleanupListener
- java.lang.Object
-
- org.apache.cxf.ws.security.cache.CacheCleanupListener
-
- All Implemented Interfaces:
ClientLifeCycleListener,ServerLifeCycleListener
public class CacheCleanupListener extends Object implements ServerLifeCycleListener, ClientLifeCycleListener
-
-
Constructor Summary
Constructors Constructor Description CacheCleanupListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclientCreated(Client client)voidclientDestroyed(Client client)protected voidshutdownResources(EndpointInfo info)voidstartServer(Server server)voidstopServer(Server server)
-
-
-
Method Detail
-
clientCreated
public void clientCreated(Client client)
- Specified by:
clientCreatedin interfaceClientLifeCycleListener
-
startServer
public void startServer(Server server)
- Specified by:
startServerin interfaceServerLifeCycleListener
-
clientDestroyed
public void clientDestroyed(Client client)
- Specified by:
clientDestroyedin interfaceClientLifeCycleListener
-
stopServer
public void stopServer(Server server)
- Specified by:
stopServerin interfaceServerLifeCycleListener
-
shutdownResources
protected void shutdownResources(EndpointInfo info)
-
-