Uses of Interface
org.springframework.integration.mapping.OutboundMessageMapper
Package
Description
Root package of the Spring Integration Java DSL.
Provides classes supporting messaging gateways.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Base package for UDP support.
Base package for JMX support.
Provides classes related to mapping to/from message headers.
Provides classes supporting message conversion.
Provides classes supporting json.
Provides classes for supporting ZeroMQ component via Java DSL.
Provides classes for outbound channel adapters over ZeroMQ.
-
Uses of OutboundMessageMapper in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionMessagingGatewaySpec.replyMapper
(OutboundMessageMapper<?> replyMapper) AnOutboundMessageMapper
to use. -
Uses of OutboundMessageMapper in org.springframework.integration.gateway
Modifier and TypeMethodDescriptionvoid
MessagingGatewaySupport.setReplyMapper
(OutboundMessageMapper<?> replyMapper) Provide anOutboundMessageMapper
for mapping to objects from any reply Messages received in receive or sendAndReceive operations. -
Uses of OutboundMessageMapper in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
class
Maps incoming data from aTcpConnection
to aMessage
. -
Uses of OutboundMessageMapper in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
Message Mapper for converting to and from UDP DatagramPackets. -
Uses of OutboundMessageMapper in org.springframework.integration.jmx
Modifier and TypeMethodDescriptionvoid
NotificationPublishingMessageHandler.setNotificationMapper
(OutboundMessageMapper<Notification> notificationMapper) Set a mapper for creating Notifications from a Message. -
Uses of OutboundMessageMapper in org.springframework.integration.mapping
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
. -
Uses of OutboundMessageMapper in org.springframework.integration.support.converter
Modifier and TypeMethodDescriptionfinal void
SimpleMessageConverter.setOutboundMessageMapper
(OutboundMessageMapper<?> outboundMessageMapper) ModifierConstructorDescriptionSimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) SimpleMessageConverter
(OutboundMessageMapper<?> outboundMessageMapper) -
Uses of OutboundMessageMapper in org.springframework.integration.support.json
Modifier and TypeClassDescriptionclass
For outbound messages, uses a message-aware Jackson object mapper to render the message as JSON.class
OutboundMessageMapper
implementation the converts aMessage
to a JSON string representation. -
Uses of OutboundMessageMapper in org.springframework.integration.zeromq.dsl
Modifier and TypeMethodDescriptionZeroMqMessageHandlerSpec.messageMapper
(OutboundMessageMapper<byte[]> messageMapper) Provide anOutboundMessageMapper
to convert a request message intobyte[]
for sending into ZeroMq socket. -
Uses of OutboundMessageMapper in org.springframework.integration.zeromq.outbound
Modifier and TypeMethodDescriptionvoid
ZeroMqMessageHandler.setMessageMapper
(OutboundMessageMapper<byte[]> messageMapper) Provide anOutboundMessageMapper
to convert a request message intobyte[]
for sending into ZeroMq socket.