Package 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
-
-
Constructor Summary
Constructors Constructor Description CacheCleanupListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclientCreated(org.apache.cxf.endpoint.Client client)voidclientDestroyed(org.apache.cxf.endpoint.Client client)protected voidshutdownResources(org.apache.cxf.service.model.EndpointInfo info)voidstartServer(org.apache.cxf.endpoint.Server server)voidstopServer(org.apache.cxf.endpoint.Server server)
-
-
-
Method Detail
-
clientCreated
public void clientCreated(org.apache.cxf.endpoint.Client client)
- Specified by:
clientCreatedin interfaceorg.apache.cxf.endpoint.ClientLifeCycleListener
-
startServer
public void startServer(org.apache.cxf.endpoint.Server server)
- Specified by:
startServerin interfaceorg.apache.cxf.endpoint.ServerLifeCycleListener
-
clientDestroyed
public void clientDestroyed(org.apache.cxf.endpoint.Client client)
- Specified by:
clientDestroyedin interfaceorg.apache.cxf.endpoint.ClientLifeCycleListener
-
stopServer
public void stopServer(org.apache.cxf.endpoint.Server server)
- Specified by:
stopServerin interfaceorg.apache.cxf.endpoint.ServerLifeCycleListener
-
shutdownResources
protected void shutdownResources(org.apache.cxf.service.model.EndpointInfo info)
-
-