Apache CXF API

org.apache.cxf.bus.spring
Class BusExtensionPostProcessor

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

public class BusExtensionPostProcessor
extends Object


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

Constructor Detail

BusExtensionPostProcessor

public BusExtensionPostProcessor()
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext ctx)

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

Apache CXF API

Apache CXF