Package | Description |
---|---|
org.springframework.integration |
Base package for Spring Integration Core.
|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
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 |
MessageRejectedException
Exception that indicates a message has been rejected by a selector.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpSendingMessageHandler.handleMessageInternal(Message<?> message)
Writes the message payload to the underlying socket, using the specified
message format.
|
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 © 2017. All rights reserved.