Uses of Interface
org.apache.cxf.endpoint.ClientLifeCycleListener
-
Packages that use ClientLifeCycleListener Package Description org.apache.cxf.bus.managers org.apache.cxf.endpoint org.apache.cxf.ws.security.cache -
-
Uses of ClientLifeCycleListener in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with parameters of type ClientLifeCycleListener Modifier and Type Method Description voidClientLifeCycleManagerImpl. registerListener(ClientLifeCycleListener listener)voidClientLifeCycleManagerImpl. unRegisterListener(ClientLifeCycleListener listener) -
Uses of ClientLifeCycleListener in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with parameters of type ClientLifeCycleListener Modifier and Type Method Description voidClientLifeCycleManager. registerListener(ClientLifeCycleListener listener)voidClientLifeCycleManager. unRegisterListener(ClientLifeCycleListener listener) -
Uses of ClientLifeCycleListener in org.apache.cxf.ws.security.cache
Classes in org.apache.cxf.ws.security.cache that implement ClientLifeCycleListener Modifier and Type Class Description classCacheCleanupListener
-