public class BusExtensionPostProcessor
extends java.lang.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() |
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanId) |
java.lang.Object |
postProcessBeforeInitialization(java.lang.Object bean,
java.lang.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 java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanId)
throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanId)
throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansException