Package org.springframework.integration.core

Interface Summary
Message<T> The central interface that any Message type must implement.
MessageChannel Base channel interface defining common behavior for message sending and receiving.
MessageProducer Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Class Summary
MessageHeaders The headers for a Message.
 

Enum Summary
MessagePriority An enumeration of the possible values for a message's priority.
 

Exception Summary
MessagingException The base exception for any failures within the messaging system.