Package org.springframework.integration.channel.factory

Interface Summary
ChannelFactory Interface for a channel factory.
 

Class Summary
AbstractChannelFactory Base class for ChannelFactory implementations.
DirectChannelFactory A ChannelFactory for creating DirectChannel instances.
PriorityChannelFactory A ChannelFactory for creating PriorityChannel instances.
QueueChannelFactory Default implementation of a ChannelFactory, which will create instances of a QueueChannel.
RendezvousChannelFactory A ChannelFactory for creating RendezvousChannel instances.
ThreadLocalChannelFactory A ChannelFactory implementation for creating ThreadLocalChannel instances.