Package org.apache.cxf.bus.blueprint
Class BlueprintBus
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.bus.extension.ExtensionManagerBus
org.apache.cxf.bus.blueprint.BlueprintBus
- All Implemented Interfaces:
Bus,InterceptorProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus
ExtensionManagerBus.ExtensionFinderNested classes/interfaces inherited from interface org.apache.cxf.Bus
Bus.BusState -
Field Summary
Fields inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus
BUS_PROPERTY_NAME, extensions, id, missingExtensionsFields inherited from interface org.apache.cxf.Bus
DEFAULT_BUS_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con) voidsetBundleContext(org.osgi.framework.BundleContext c) Methods inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus
createConfiguredBeanLocator, destroyBeans, doInitializeInternal, getExtension, getFeatures, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, loadAdditionalFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdownMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
-
Constructor Details
-
BlueprintBus
public BlueprintBus()
-
-
Method Details
-
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext c) -
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con) -
getId
- Specified by:
getIdin interfaceBus- Overrides:
getIdin classExtensionManagerBus
-