Class BeanFactoryChannelResolver

java.lang.Object
org.springframework.integration.support.channel.BeanFactoryChannelResolver
All Implemented Interfaces:
Aware, BeanFactoryAware, DestinationResolver<MessageChannel>

public class BeanFactoryChannelResolver extends Object implements DestinationResolver<MessageChannel>, BeanFactoryAware
DestinationResolver implementation based on a Spring BeanFactory.

Will lookup Spring managed beans identified by bean name, expecting them to be of type MessageChannel. Consults a HeaderChannelRegistry, if available, if the bean is not found.

Author:
Mark Fisher, Gary Russell, Artem Bilan, Christian Tzolov
See Also: