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 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()ObjectpostProcessAfterInitialization(Object bean, String beanId)voidpostProcessBeforeDestruction(Object bean, String beanId)ObjectpostProcessBeforeInitialization(Object bean, String beanId)booleanrequiresDestruction(Object bean)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
 
- 
- 
- 
Method Detail- 
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
 
 - 
postProcessAfterInitializationpublic Object postProcessAfterInitialization(Object bean, String beanId) - Specified by:
- postProcessAfterInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
 
 - 
postProcessBeforeInitializationpublic Object postProcessBeforeInitialization(Object bean, String beanId) - Specified by:
- postProcessBeforeInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
 
 - 
postProcessBeforeDestructionpublic void postProcessBeforeDestruction(Object bean, String beanId) - Specified by:
- postProcessBeforeDestructionin interface- org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
 
 - 
requiresDestructionpublic boolean requiresDestruction(Object bean) - Specified by:
- requiresDestructionin interface- org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
 
 
- 
 
-