Uses of Interface
org.springframework.integration.mapping.InboundMessageMapper
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.
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 inbound channel adapters over ZeroMQ.
-
Uses of InboundMessageMapper in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionMessagingGatewaySpec.requestMapper
(InboundMessageMapper<?> requestMapper) AnInboundMessageMapper
to use. -
Uses of InboundMessageMapper in org.springframework.integration.gateway
Modifier and TypeInterfaceDescriptioninterface
Implementations of this interface areInboundMessageMapper
s that map aMethodArgsHolder
to aMessage
.Modifier and TypeMethodDescriptionvoid
MessagingGatewaySupport.setRequestMapper
(InboundMessageMapper<?> requestMapper) Provide anInboundMessageMapper
for creating request Messages from any object passed in asend
orsendAndReceive
operation. -
Uses of InboundMessageMapper in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
class
Maps incoming data from aTcpConnection
to aMessage
. -
Uses of InboundMessageMapper in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
Message Mapper for converting to and from UDP DatagramPackets. -
Uses of InboundMessageMapper in org.springframework.integration.mapping
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
. -
Uses of InboundMessageMapper in org.springframework.integration.support.converter
Modifier and TypeMethodDescriptionfinal void
SimpleMessageConverter.setInboundMessageMapper
(InboundMessageMapper<?> inboundMessageMapper) ModifierConstructorDescriptionSimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper) SimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) -
Uses of InboundMessageMapper in org.springframework.integration.support.json
Modifier and TypeClassDescriptionclass
AbstractInboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type.class
For outbound messages, uses a message-aware Jackson object mapper to render the message as JSON.class
InboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type. -
Uses of InboundMessageMapper in org.springframework.integration.zeromq.dsl
Modifier and TypeMethodDescriptionZeroMqMessageProducerSpec.messageMapper
(InboundMessageMapper<byte[]> messageMapper) Provide anInboundMessageMapper
to convert a consumed data into a message to produce. -
Uses of InboundMessageMapper in org.springframework.integration.zeromq.inbound
Modifier and TypeMethodDescriptionvoid
ZeroMqMessageProducer.setMessageMapper
(InboundMessageMapper<byte[]> messageMapper) Provide anInboundMessageMapper
to convert a consumed data into a message to produce.