Package org.apache.cxf.bus.spring
Class BusExtensionPostProcessor
- java.lang.Object
- 
- org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
- 
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.config.BeanPostProcessor,- org.springframework.context.ApplicationContextAware,- org.springframework.core.Ordered
 
 public class BusExtensionPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered 
- 
- 
Constructor SummaryConstructors Constructor Description BusExtensionPostProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()ObjectpostProcessAfterInitialization(Object bean, String beanId)ObjectpostProcessBeforeInitialization(Object bean, String beanId)voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)
 
- 
- 
- 
Method Detail- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext ctx) - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
 - 
getOrderpublic int getOrder() - Specified by:
- getOrderin interface- org.springframework.core.Ordered
 
 - 
postProcessAfterInitializationpublic Object postProcessAfterInitialization(Object bean, String beanId) - Specified by:
- postProcessAfterInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
 
 
- 
 
-