Uses of Interface
org.apache.cxf.endpoint.ClientLifeCycleListener
- 
Packages that use ClientLifeCycleListener Package Description org.apache.cxf.bus.managers org.apache.cxf.endpoint 
- 
- 
Uses of ClientLifeCycleListener in org.apache.cxf.bus.managersMethods 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.endpointMethods in org.apache.cxf.endpoint with parameters of type ClientLifeCycleListener Modifier and Type Method Description voidClientLifeCycleManager. registerListener(ClientLifeCycleListener listener)voidClientLifeCycleManager. unRegisterListener(ClientLifeCycleListener listener)
 
-