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
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()postProcessAfterInitialization(Object bean, String beanId) postProcessBeforeInitialization(Object bean, String beanId) voidsetApplicationContext(org.springframework.context.ApplicationContext ctx) 
- 
Constructor Details- 
BusExtensionPostProcessorpublic BusExtensionPostProcessor()
 
- 
- 
Method Details- 
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
 
- 
postProcessAfterInitialization- Specified by:
- postProcessAfterInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
 
- 
postProcessBeforeInitialization- Specified by:
- postProcessBeforeInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
 
 
-