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 Details

    • CacheCleanupListener

      public CacheCleanupListener()
  • Method Details

    • 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)