Package org.springframework.integration

Base package for Spring Integration Core.

See:
          Description

Interface Summary
Message<T> The central interface that any Message type must implement.
MessageChannel Base channel interface defining common behavior for sending messages.
MessageHeaders.IdGenerator  
 

Class Summary
MessageHeaders The headers for a Message.
IMPORTANT: MessageHeaders are immutable.
 

Exception Summary
MessageDeliveryException Exception that indicates an error occurred during message delivery.
MessageHandlingException Exception that indicates an error occurred during message handling.
MessageRejectedException Exception that indicates a message has been rejected by a selector.
MessageTimeoutException Exception that indicates a timeout elapsed prior to successful message delivery.
MessagingException The base exception for any failures related to messaging.
 

Package org.springframework.integration Description

Base package for Spring Integration Core. Provides fundamental classes.