| Package | Description | 
|---|---|
| org.apache.cxf.bus.blueprint | |
| org.apache.cxf.bus.extension | |
| org.apache.cxf.bus.osgi | |
| org.apache.cxf.bus.spring | |
| org.apache.cxf.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> boolean | BlueprintBeanLocator. loadBeansOfType(Class<T> type,
               ConfiguredBeanLocator.BeanLoaderListener<T> listener)Iterates through the beans of the given type, calling the listener
 to determine if it should be loaded or not. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> boolean | ExtensionManagerImpl. loadBeansOfType(Class<T> type,
               ConfiguredBeanLocator.BeanLoaderListener<T> listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> boolean | OSGiBeanLocator. loadBeansOfType(Class<T> type,
               ConfiguredBeanLocator.BeanLoaderListener<T> listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> boolean | SpringBeanLocator. loadBeansOfType(Class<T> type,
               ConfiguredBeanLocator.BeanLoaderListener<T> listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> boolean | ConfiguredBeanLocator. loadBeansOfType(Class<T> type,
               ConfiguredBeanLocator.BeanLoaderListener<T> listener)Iterates through the beans of the given type, calling the listener
 to determine if it should be loaded or not. | 
Apache CXF