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.bus.osgi
Classes in org.apache.cxf.bus.osgi that implement BusLifeCycleListener Modifier and Type Class Description classOSGIBusListener -
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.management.jmx
Classes in org.apache.cxf.management.jmx that implement BusLifeCycleListener Modifier and Type Class Description classInstrumentationManagerImplThe manager class for the JMXManagedComponent which hosts the JMXManagedComponents. -
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.transport.http.netty.client
Classes in org.apache.cxf.transport.http.netty.client that implement BusLifeCycleListener Modifier and Type Class Description classNettyHttpConduit -
Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement BusLifeCycleListener Modifier and Type Class Description classNettyHttpServerEngineFactory -
Uses of BusLifeCycleListener in org.apache.cxf.transport.http.netty.server.spring
Classes in org.apache.cxf.transport.http.netty.server.spring that implement BusLifeCycleListener Modifier and Type Class Description static classNettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory -
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.apache.cxf.xkms.cache
Classes in org.apache.cxf.xkms.cache that implement BusLifeCycleListener Modifier and Type Class Description classEHCacheXKMSClientCacheAn in-memory EHCache implementation of the XKMSClientCache interface.
-