Package org.springframework.integration.channel

Interface Summary
ChannelRegistry A strategy interface for registration and lookup of message channels by name.
ChannelRegistryAware Interface to be implemented by components that need access to the ChannelRegistry.
MessageChannel Base channel interface defining common behavior for message sending and receiving.
 

Class Summary
DefaultChannelRegistry A simple map-backed implementation of ChannelRegistry.
SimpleChannel Simple implementation of a message channel.