Package org.apache.cxf.bus.spring
Class Jsr250BeanPostProcessor
java.lang.Object
org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.config.BeanPostProcessor,- org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor,- org.springframework.context.ApplicationContextAware,- org.springframework.core.Ordered
public class Jsr250BeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.core.Ordered, org.springframework.context.ApplicationContextAware
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()postProcessAfterInitialization(Object bean, String beanId) voidpostProcessBeforeDestruction(Object bean, String beanId) postProcessBeforeInitialization(Object bean, String beanId) booleanrequiresDestruction(Object bean) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 
- 
Method Details- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - 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
 
- 
postProcessBeforeDestruction- Specified by:
- postProcessBeforeDestructionin interface- org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
 
- 
requiresDestruction- Specified by:
- requiresDestructionin interface- org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
 
 
-