public class IntegrationFlowBeanPostProcessor extends Object implements BeanPostProcessor, ApplicationContextAware, SmartInitializingSingleton
BeanPostProcessor
to parse IntegrationFlow
beans and register their
components as beans in the provided
BeanFactory
, if necessary.Constructor and Description |
---|
IntegrationFlowBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterSingletonsInstantiated() |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(ApplicationContext applicationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postProcessAfterInitialization
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public void afterSingletonsInstantiated()
afterSingletonsInstantiated
in interface SmartInitializingSingleton