Uses of Interface
org.springframework.integration.mapping.InboundMessageMapper
Packages that use 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
Methods in org.springframework.integration.dsl with parameters of type InboundMessageMapperModifier and TypeMethodDescriptionMessagingGatewaySpec.requestMapper
(InboundMessageMapper<?> requestMapper) AnInboundMessageMapper
to use. -
Uses of InboundMessageMapper in org.springframework.integration.gateway
Subinterfaces of InboundMessageMapper in org.springframework.integration.gatewayModifier and TypeInterfaceDescriptioninterface
Implementations of this interface areInboundMessageMapper
s that map aMethodArgsHolder
to aMessage
.Methods in org.springframework.integration.gateway with parameters of type InboundMessageMapperModifier 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
Classes in org.springframework.integration.ip.tcp.connection that implement InboundMessageMapperModifier and TypeClassDescriptionclass
class
Maps incoming data from aTcpConnection
to aMessage
. -
Uses of InboundMessageMapper in org.springframework.integration.ip.udp
Classes in org.springframework.integration.ip.udp that implement InboundMessageMapperModifier and TypeClassDescriptionclass
Message Mapper for converting to and from UDP DatagramPackets. -
Uses of InboundMessageMapper in org.springframework.integration.mapping
Subinterfaces of InboundMessageMapper in org.springframework.integration.mappingModifier and TypeInterfaceDescriptioninterface
Classes in org.springframework.integration.mapping that implement InboundMessageMapperModifier and TypeClassDescriptionclass
TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
. -
Uses of InboundMessageMapper in org.springframework.integration.support.converter
Methods in org.springframework.integration.support.converter with parameters of type InboundMessageMapperModifier and TypeMethodDescriptionfinal void
SimpleMessageConverter.setInboundMessageMapper
(InboundMessageMapper<?> inboundMessageMapper) Constructors in org.springframework.integration.support.converter with parameters of type InboundMessageMapperModifierConstructorDescriptionSimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper) SimpleMessageConverter
(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) -
Uses of InboundMessageMapper in org.springframework.integration.support.json
Classes in org.springframework.integration.support.json that implement InboundMessageMapperModifier 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
Methods in org.springframework.integration.zeromq.dsl with parameters of type InboundMessageMapperModifier 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
Methods in org.springframework.integration.zeromq.inbound with parameters of type InboundMessageMapperModifier and TypeMethodDescriptionvoid
ZeroMqMessageProducer.setMessageMapper
(InboundMessageMapper<byte[]> messageMapper) Provide anInboundMessageMapper
to convert a consumed data into a message to produce.