Package org.apache.cxf.configuration
Interface ConfiguredBeanLocator.BeanLoaderListener<T>
- 
- Enclosing interface:
- ConfiguredBeanLocator
 
 public static interface ConfiguredBeanLocator.BeanLoaderListener<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanbeanLoaded(String name, T bean)Return true if the bean that was loaded meets the requirements at which point, the loader will stop loading additional beans of the given typebooleanloadBean(String name, Class<? extends T> type)Return true to have the loader go ahead and load the bean.
 
-