Package org.springframework.integration
Base package for Spring Integration Core.
Provides fundamental classes.
-
Interface Summary Interface Description IntegrationPattern Indicates that a component implements some Enterprise Integration Pattern. -
Class Summary Class Description IntegrationMessageHeaderAccessor Adds standard SI Headers.StaticMessageHeaderAccessor Lightweight type-safe header accessor avoiding object creation just to access a header. -
Enum Summary Enum Description IntegrationPatternType The Enterprise Integration Pattern types.IntegrationPatternType.IntegrationPatternCategory The Enterprise Integration Pattern categories. -
Exception Summary Exception Description MessageDispatchingException Exception that indicates an internal error occurred within aMessageDispatcher
preventing message delivery.MessageRejectedException Exception that indicates a message has been rejected by a selector.MessageTimeoutException Exception that indicates a timeout elapsed prior to successful message delivery.