org.apache.cxf.bus.spring
Class BusExtensionPostProcessor
java.lang.Object
org.apache.cxf.bus.spring.BusExtensionPostProcessor
public class BusExtensionPostProcessor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusExtensionPostProcessor
public BusExtensionPostProcessor()
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