org.apache.cxf.bus.spring
Class Jsr250BeanPostProcessor
java.lang.Object
org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
public class Jsr250BeanPostProcessor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setApplicationContext
public void setApplicationContext(ApplicationContext arg0)
throws BeansException
- Throws:
BeansException
getOrder
public int getOrder()
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanId)
throws BeansException
- Throws:
BeansException
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanId)
throws BeansException
- Throws:
BeansException
postProcessBeforeDestruction
public void postProcessBeforeDestruction(Object bean,
String beanId)
Apache CXF