Apache CXF API

org.apache.cxf.bus.spring
Class Jsr250BeanPostProcessor

java.lang.Object
  extended by org.apache.cxf.bus.spring.Jsr250BeanPostProcessor

public class Jsr250BeanPostProcessor
extends Object


Method Summary
 int getOrder()
           
 Object postProcessAfterInitialization(Object bean, String beanId)
           
 void postProcessBeforeDestruction(Object bean, String beanId)
           
 Object postProcessBeforeInitialization(Object bean, String beanId)
           
 void setApplicationContext(ApplicationContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 API

Apache CXF