Package org.apache.cxf.configuration
Interface ConfiguredBeanLocator.BeanLoaderListener<T>
-
- Enclosing interface:
- ConfiguredBeanLocator
public static interface ConfiguredBeanLocator.BeanLoaderListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
beanLoaded(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 typeboolean
loadBean(String name, Class<? extends T> type)
Return true to have the loader go ahead and load the bean.
-