Package org.springframework.integration.message

Interface Summary
InboundMessageMapper<T> Strategy interface for mapping from an Object to aMessage.
MessageHandler Base interface for any component that handles Messages.
MessageSource<T> Base interface for any source of Messages that can be polled.
OutboundMessageMapper<T> Strategy interface for mapping from a Message to an Object.
 

Class Summary
ErrorMessage A message implementation that accepts a Throwable payload.
GenericMessage<T> Base Message class defining common properties such as id, payload, and headers.
MessageBuilder<T>  
MethodInvokingMessageSource A MessageSource implementation that invokes a no-argument method so that its return value may be sent to a channel.
StringMessage A message implementation that accepts a String payload.
 

Exception Summary
MessageDeliveryException Exception that indicates an error during message delivery.
MessageHandlingException Exception that indicates an error during message handling.
MessageMappingException Exception that indicates an error during message mapping.
MessageRejectedException Exception that indicates a message has been rejected by a selector.
MessageTimeoutException