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.jmx |
Base package for JMX support.
|
org.springframework.integration.support.converter |
Provides classes supporting message conversion.
|
org.springframework.integration.support.json |
Provides classes supporting json.
|
Modifier and Type | Method and Description |
---|---|
void |
MessagingGatewaySupport.setReplyMapper(OutboundMessageMapper<?> replyMapper)
Provide an
OutboundMessageMapper for mapping to objects from
any reply Messages received in receive or sendAndReceive operations. |
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 |
NotificationPublishingMessageHandler.setNotificationMapper(OutboundMessageMapper<Notification> notificationMapper)
Set a mapper for creating Notifications from a Message.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMessageConverter.setOutboundMessageMapper(OutboundMessageMapper<?> outboundMessageMapper) |
Constructor and Description |
---|
SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper,
OutboundMessageMapper<?> outboundMessageMapper) |
SimpleMessageConverter(OutboundMessageMapper<?> outboundMessageMapper) |
Modifier and Type | Class and Description |
---|---|
class |
JsonOutboundMessageMapper
OutboundMessageMapper implementation the converts a Message to a JSON string representation. |
Copyright © 2018. All rights reserved.