Class ChannelInitializer
java.lang.Object
org.springframework.integration.config.ChannelInitializer
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- InitializingBean
A 
InitializingBean implementation that is responsible for creating
 channels that are not explicitly defined but identified via the 'input-channel'
 attribute of the corresponding endpoints.
 This bean plays a role of pre-instantiator since it is instantiated and
 initialized as the very first bean of all SI beans using
 AbstractIntegrationNamespaceHandler.- Since:
- 2.1.1
- Author:
- Oleg Zhurakousky, Gary Russell, Artem Bilan
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsetAutoCreate(boolean autoCreate) voidsetBeanFactory(BeanFactory beanFactory) 
- 
Method Details- 
setAutoCreatepublic void setAutoCreate(boolean autoCreate) 
- 
setBeanFactory- Specified by:
- setBeanFactoryin interface- BeanFactoryAware
- Throws:
- BeansException
 
- 
afterPropertiesSetpublic void afterPropertiesSet()- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
 
-