Class DefaultConfiguringBeanFactoryPostProcessor

java.lang.Object
org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryPostProcessor, SmartInitializingSingleton

public class DefaultConfiguringBeanFactoryPostProcessor
extends Object
implements BeanFactoryPostProcessor, BeanClassLoaderAware, SmartInitializingSingleton
A BeanFactoryPostProcessor implementation that registers bean definitions for many infrastructure components with their default configurations. All of them can be overridden using particular bean names.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan, Gary Russell, Michael Wiles, Pierre Lakreb
See Also:
IntegrationContextUtils