Package | Description |
---|---|
org.springframework.integration.gateway |
Provides classes supporting messaging gateways.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
org.springframework.integration.ip.udp |
Base package for UDP support.
|
org.springframework.integration.support.converter |
Provides classes supporting message conversion.
|
org.springframework.integration.support.json |
Provides classes supporting json.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodArgsMessageMapper
Implementations of this interface are
InboundMessageMapper s
that map a MethodArgsHolder to a Message . |
Modifier and Type | Method and Description |
---|---|
void |
MessagingGatewaySupport.setRequestMapper(InboundMessageMapper<?> requestMapper)
Provide an
InboundMessageMapper for creating request Messages
from any object passed in a send or sendAndReceive operation. |
Modifier and Type | Class and Description |
---|---|
class |
MessageConvertingTcpMessageMapper |
class |
TcpMessageMapper
Maps incoming data from a
TcpConnection to a Message . |
Modifier and Type | Class and Description |
---|---|
class |
DatagramPacketMessageMapper
Message Mapper for converting to and from UDP DatagramPackets.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMessageConverter.setInboundMessageMapper(InboundMessageMapper<?> inboundMessageMapper) |
Constructor and Description |
---|
SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper) |
SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper,
OutboundMessageMapper<?> outboundMessageMapper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonInboundMessageMapper<P>
Abstract
InboundMessageMapper implementation that maps incoming JSON messages
to a Message with the specified payload type. |
class |
JsonInboundMessageMapper
InboundMessageMapper implementation that maps incoming JSON messages
to a Message with the specified payload type. |
Copyright © 2018. All rights reserved.