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
 
 public class BlueprintBus extends ExtensionManagerBus 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusExtensionManagerBus.ExtensionFinder
 - 
Nested classes/interfaces inherited from interface org.apache.cxf.BusBus.BusState
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusBUS_PROPERTY_NAME, extensions, id, missingExtensions
 - 
Fields inherited from interface org.apache.cxf.BusDEFAULT_BUS_ID
 
- 
 - 
Constructor SummaryConstructors Constructor Description BlueprintBus()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()voidsetBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con)voidsetBundleContext(org.osgi.framework.BundleContext c)- 
Methods inherited from class org.apache.cxf.bus.extension.ExtensionManagerBuscreateConfiguredBeanLocator, destroyBeans, doInitializeInternal, getExtension, getFeatures, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, loadAdditionalFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdown
 - 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 
- 
 
- 
- 
- 
Method Detail- 
setBundleContextpublic void setBundleContext(org.osgi.framework.BundleContext c) 
 - 
setBlueprintContainerpublic void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con) 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- Bus
- Overrides:
- getIdin class- ExtensionManagerBus
 
 
- 
 
-