public class BusExtensionPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered
| Constructor and Description | 
|---|
| BusExtensionPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
| Object | postProcessAfterInitialization(Object bean,
                              String beanId) | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanId) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext ctx) | 
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic Object postProcessAfterInitialization(Object bean, String beanId)
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorApache CXF