Apache CXF API

Uses of Interface
org.apache.cxf.configuration.ConfiguredBeanLocator

Packages that use ConfiguredBeanLocator
org.apache.cxf.bus   
org.apache.cxf.bus.blueprint   
org.apache.cxf.bus.extension   
org.apache.cxf.bus.osgi   
org.apache.cxf.bus.spring   
 

Uses of ConfiguredBeanLocator in org.apache.cxf.bus
 

Methods in org.apache.cxf.bus that return ConfiguredBeanLocator
protected  ConfiguredBeanLocator CXFBusImpl.createConfiguredBeanLocator()
           
 

Uses of ConfiguredBeanLocator in org.apache.cxf.bus.blueprint
 

Classes in org.apache.cxf.bus.blueprint that implement ConfiguredBeanLocator
 class BlueprintBeanLocator
           
 

Constructors in org.apache.cxf.bus.blueprint with parameters of type ConfiguredBeanLocator
BlueprintBeanLocator(ConfiguredBeanLocator orig, BlueprintContainer cont, BundleContext context)
           
 

Uses of ConfiguredBeanLocator in org.apache.cxf.bus.extension
 

Classes in org.apache.cxf.bus.extension that implement ConfiguredBeanLocator
 class ExtensionManagerImpl
           
 

Methods in org.apache.cxf.bus.extension that return ConfiguredBeanLocator
protected  ConfiguredBeanLocator ExtensionManagerBus.createConfiguredBeanLocator()
           
 

Uses of ConfiguredBeanLocator in org.apache.cxf.bus.osgi
 

Classes in org.apache.cxf.bus.osgi that implement ConfiguredBeanLocator
 class OSGiBeanLocator
           
 

Constructors in org.apache.cxf.bus.osgi with parameters of type ConfiguredBeanLocator
OSGiBeanLocator(ConfiguredBeanLocator c, BundleContext ctx)
           
 

Uses of ConfiguredBeanLocator in org.apache.cxf.bus.spring
 

Classes in org.apache.cxf.bus.spring that implement ConfiguredBeanLocator
 class SpringBeanLocator
           
 


Apache CXF API

Apache CXF