Apache CXF API

org.apache.cxf.bus.blueprint
Class BlueprintBus

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.bus.extension.ExtensionManagerBus
          extended by 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.ExtensionManagerBus
ExtensionManagerBus.ExtensionFinder
 
Nested 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, missingExtensions
 
Fields inherited from interface org.apache.cxf.Bus
DEFAULT_BUS_ID
 
Constructor Summary
BlueprintBus()
           
 
Method Summary
 String getId()
           
 void loadAdditionalFeatures()
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con)
           
 void setBundleContext(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, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdown
 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

BlueprintBus

public BlueprintBus()
Method Detail

loadAdditionalFeatures

public void loadAdditionalFeatures()
Overrides:
loadAdditionalFeatures in class ExtensionManagerBus

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext c)

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer con)

getId

public String getId()
Specified by:
getId in interface Bus
Overrides:
getId in class ExtensionManagerBus

Apache CXF API

Apache CXF