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.ApplicationContextAware
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public Object postProcessAfterInitialization(Object bean, String beanId)
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
public Object postProcessBeforeInitialization(Object bean, String beanId)
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
public void postProcessBeforeDestruction(Object bean, String beanId)
postProcessBeforeDestruction
in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
public boolean requiresDestruction(Object bean)
requiresDestruction
in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
Apache CXF