org.springframework.integration.channel.factory
Interface ChannelFactory

All Known Implementing Classes:
AbstractChannelFactory, DirectChannelFactory, PriorityChannelFactory, QueueChannelFactory, RendezvousChannelFactory, ThreadLocalChannelFactory

public interface ChannelFactory

Interface for a channel factory.

Author:
Marius Bogoevici

Method Summary
 MessageChannel getChannel(DispatcherPolicy dispatcherPolicy, java.util.List<ChannelInterceptor> interceptors)
          Creates a channel, based on the provided dispatcher policy, and with the given interceptors.
 

Method Detail

getChannel

MessageChannel getChannel(DispatcherPolicy dispatcherPolicy,
                          java.util.List<ChannelInterceptor> interceptors)
Creates a channel, based on the provided dispatcher policy, and with the given interceptors.

Returns: