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(java.lang.String name, java.util.List<ChannelInterceptor> interceptors)
          Creates a channel based on the provided name and interceptors.
 

Method Detail

getChannel

MessageChannel getChannel(java.lang.String name,
                          java.util.List<ChannelInterceptor> interceptors)
Creates a channel based on the provided name and interceptors.