org.springframework.integration.channel
Interface MessageChannel

All Superinterfaces:
BlockingTarget, MessageSource, MessageTarget
All Known Subinterfaces:
PollableChannel
All Known Implementing Classes:
AbstractMessageChannel, AbstractPollableChannel, DefaultErrorChannel, DirectChannel, NullChannel, PriorityChannel, PublishSubscribeChannel, QueueChannel, RendezvousChannel, ThreadLocalChannel

public interface MessageChannel
extends MessageSource, BlockingTarget

Base channel interface defining common behavior for message sending and receiving.

Author:
Mark Fisher

Method Summary
 java.lang.String getName()
          Return the name of this channel.
 
Methods inherited from interface org.springframework.integration.message.BlockingTarget
send, send
 

Method Detail

getName

java.lang.String getName()
Return the name of this channel.