public class IntegrationFlowBeanPostProcessor extends Object implements BeanPostProcessor, BeanFactoryAware, 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 |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setBeanFactory(BeanFactory beanFactory) |
public void setBeanFactory(BeanFactory beanFactory) throws BeansException
setBeanFactory in interface BeanFactoryAwareBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic void afterSingletonsInstantiated()
afterSingletonsInstantiated in interface SmartInitializingSingleton