| Package | Description |
|---|---|
| org.springframework.integration |
Base package for Spring Integration Core.
|
| org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
| org.springframework.integration.ip.udp |
Base package for UDP support.
|
| org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDispatchingException
Exception that indicates an internal error occurred within
a
MessageDispatcher preventing message delivery. |
class |
MessageTimeoutException
Exception that indicates a timeout elapsed prior to successful message delivery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateMessageDeliveryException
An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers
that may try multiple handler invocations within a single dispatch operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnicastSendingMessageHandler.handleMessageInternal(Message<?> message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcMessageHandler.handleMessageInternal(Message<?> message)
Executes the update, passing the message into the
SqlParameterSourceFactory. |
Copyright © 2016. All rights reserved.