Uses of Interface
org.apache.cxf.configuration.ConfiguredBeanLocator
-
Packages that use ConfiguredBeanLocator Package Description 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.blueprint
Classes in org.apache.cxf.bus.blueprint that implement ConfiguredBeanLocator Modifier and Type Class Description class
BlueprintBeanLocator
Constructors in org.apache.cxf.bus.blueprint with parameters of type ConfiguredBeanLocator Constructor Description BlueprintBeanLocator(ConfiguredBeanLocator orig, org.osgi.service.blueprint.container.BlueprintContainer cont, org.osgi.framework.BundleContext context)
-
Uses of ConfiguredBeanLocator in org.apache.cxf.bus.extension
Classes in org.apache.cxf.bus.extension that implement ConfiguredBeanLocator Modifier and Type Class Description class
ExtensionManagerImpl
Methods in org.apache.cxf.bus.extension that return ConfiguredBeanLocator Modifier and Type Method Description protected ConfiguredBeanLocator
ExtensionManagerBus. createConfiguredBeanLocator()
-
Uses of ConfiguredBeanLocator in org.apache.cxf.bus.osgi
Classes in org.apache.cxf.bus.osgi that implement ConfiguredBeanLocator Modifier and Type Class Description class
OSGiBeanLocator
Constructors in org.apache.cxf.bus.osgi with parameters of type ConfiguredBeanLocator Constructor Description OSGiBeanLocator(ConfiguredBeanLocator c, org.osgi.framework.BundleContext ctx)
-
Uses of ConfiguredBeanLocator in org.apache.cxf.bus.spring
Classes in org.apache.cxf.bus.spring that implement ConfiguredBeanLocator Modifier and Type Class Description class
SpringBeanLocator
-