org.apache.camel.component.cxf.blueprint
Interface BlueprintSupport

All Known Implementing Classes:
RsClientBlueprintBean, RsServerBlueprintBean

public interface BlueprintSupport


Method Summary
 org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
           
 org.osgi.framework.BundleContext getBundleContext()
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 

Method Detail

setBlueprintContainer

void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)

getBlueprintContainer

org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()

getBundleContext

org.osgi.framework.BundleContext getBundleContext()

setBundleContext

void setBundleContext(org.osgi.framework.BundleContext bundleContext)


Apache CAMEL