Uses of Interface
org.springframework.integration.mapping.OutboundMessageMapper
Packages that use 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
Methods in org.springframework.integration.dsl with parameters of type OutboundMessageMapperModifier and TypeMethodDescriptionMessagingGatewaySpec.replyMapper
(OutboundMessageMapper<?> replyMapper) AnOutboundMessageMapper
to use. -
Uses of OutboundMessageMapper in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway with parameters of type OutboundMessageMapperModifier 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
Classes in org.springframework.integration.ip.tcp.connection that implement OutboundMessageMapperModifier and TypeClassDescriptionclass
class
Maps incoming data from aTcpConnection
to aMessage
. -
Uses of OutboundMessageMapper in org.springframework.integration.ip.udp
Classes in org.springframework.integration.ip.udp that implement OutboundMessageMapperModifier and TypeClassDescriptionclass
Message Mapper for converting to and from UDP DatagramPackets. -
Uses of OutboundMessageMapper in org.springframework.integration.jmx
Methods in org.springframework.integration.jmx with parameters of type OutboundMessageMapperModifier and TypeMethodDescriptionvoid
NotificationPublishingMessageHandler.setNotificationMapper
(OutboundMessageMapper<Notification> notificationMapper) Set a mapper for creating Notifications from a Message. -
Uses of OutboundMessageMapper in org.springframework.integration.mapping
Subinterfaces of OutboundMessageMapper in org.springframework.integration.mappingModifier and TypeInterfaceDescriptioninterface
Classes in org.springframework.integration.mapping that implement OutboundMessageMapperModifier and TypeClassDescriptionclass
TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
. -
Uses of OutboundMessageMapper in org.springframework.integration.support.converter
Methods in org.springframework.integration.support.converter with parameters of type OutboundMessageMapperModifier and TypeMethodDescriptionfinal void
SimpleMessageConverter.setOutboundMessageMapper
(OutboundMessageMapper<?> outboundMessageMapper) Constructors in org.springframework.integration.support.converter with parameters of type OutboundMessageMapperModifierConstructorDescriptionSimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) SimpleMessageConverter
(OutboundMessageMapper<?> outboundMessageMapper) -
Uses of OutboundMessageMapper in org.springframework.integration.support.json
Classes in org.springframework.integration.support.json that implement OutboundMessageMapperModifier 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
Methods in org.springframework.integration.zeromq.dsl with parameters of type OutboundMessageMapperModifier 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
Methods in org.springframework.integration.zeromq.outbound with parameters of type OutboundMessageMapperModifier and TypeMethodDescriptionvoid
ZeroMqMessageHandler.setMessageMapper
(OutboundMessageMapper<byte[]> messageMapper) Provide anOutboundMessageMapper
to convert a request message intobyte[]
for sending into ZeroMq socket.