Uses of Interface
org.apache.cxf.buslifecycle.BusLifeCycleListener
-
-
Uses of BusLifeCycleListener in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers that implement BusLifeCycleListener Modifier and Type Class Description classCXFBusLifeCycleManagerclassServerRegistryImplMethods in org.apache.cxf.bus.managers with parameters of type BusLifeCycleListener Modifier and Type Method Description voidCXFBusLifeCycleManager. registerLifeCycleListener(BusLifeCycleListener listener)voidCXFBusLifeCycleManager. unregisterLifeCycleListener(BusLifeCycleListener listener) -
Uses of BusLifeCycleListener in org.apache.cxf.buslifecycle
Subinterfaces of BusLifeCycleListener in org.apache.cxf.buslifecycle Modifier and Type Interface Description interfaceBusLifeCycleManagerThe manager interface for registeringBusLifeCycleListeners.Methods in org.apache.cxf.buslifecycle with parameters of type BusLifeCycleListener Modifier and Type Method Description voidBusLifeCycleManager. registerLifeCycleListener(BusLifeCycleListener listener)Register a listener to receiveBuslifecycle notification.voidBusLifeCycleManager. unregisterLifeCycleListener(BusLifeCycleListener listener)Unregister a listener so that it will no longer receiveBuslifecycle events. -
Uses of BusLifeCycleListener in org.apache.cxf.ext.logging
Classes in org.apache.cxf.ext.logging that implement BusLifeCycleListener Modifier and Type Class Description classLoggingBusLifecycleListenerAdd LoggingFeature based on system properties -
Uses of BusLifeCycleListener in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache that implement BusLifeCycleListener Modifier and Type Class Description classDefaultInMemoryTokenStoreclassEHCacheIdentityCacheA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity. -
Uses of BusLifeCycleListener in org.apache.cxf.ws.security.cache
Classes in org.apache.cxf.ws.security.cache that implement BusLifeCycleListener Modifier and Type Class Description classCXFEHCacheReplayCacheWrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly. -
Uses of BusLifeCycleListener in org.apache.cxf.ws.security.tokenstore
Classes in org.apache.cxf.ws.security.tokenstore that implement BusLifeCycleListener Modifier and Type Class Description classEHCacheTokenStoreAn in-memory EHCache implementation of the TokenStore interface. -
Uses of BusLifeCycleListener in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement BusLifeCycleListener Modifier and Type Class Description classUndertowServerEngineFactoryA server engine factory for the undertow engine
-