Interface | Description |
---|---|
IntegrationPattern |
Indicates that a component implements some Enterprise Integration Pattern.
|
Class | Description |
---|---|
IntegrationMessageHeaderAccessor |
Adds standard SI Headers.
|
StaticMessageHeaderAccessor |
Lightweight type-safe header accessor avoiding object
creation just to access a header.
|
Enum | Description |
---|---|
IntegrationPatternType |
The Enterprise Integration Pattern types.
|
IntegrationPatternType.IntegrationPatternCategory |
The Enterprise Integration Pattern categories.
|
Exception | Description |
---|---|
MessageDispatchingException |
Exception that indicates an internal error occurred within a
MessageDispatcher
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.
|