public class Jsr250BeanPostProcessor extends Object implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.core.Ordered, org.springframework.context.ApplicationContextAware
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
| Object | postProcessAfterInitialization(Object bean,
                              String beanId) | 
| void | postProcessBeforeDestruction(Object bean,
                            String beanId) | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanId) | 
| boolean | requiresDestruction(Object bean) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic Object postProcessAfterInitialization(Object bean, String beanId)
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorpublic Object postProcessBeforeInitialization(Object bean, String beanId)
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorpublic void postProcessBeforeDestruction(Object bean, String beanId)
postProcessBeforeDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorpublic boolean requiresDestruction(Object bean)
requiresDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessorApache CXF