Uses of Interface
org.springframework.integration.mapping.RequestReplyHeaderMapper
Packages that use RequestReplyHeaderMapper
Package
Description
Provides AMQP support classes.
Provides classes related to mapping to/from message headers.
Provides several inbound and outbound Web Service components.
Provides XMPP specific support classes.
-
Uses of RequestReplyHeaderMapper in org.springframework.integration.amqp.support
Subinterfaces of RequestReplyHeaderMapper in org.springframework.integration.amqp.supportModifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
, parameterized withMessageProperties
.Classes in org.springframework.integration.amqp.support that implement RequestReplyHeaderMapper -
Uses of RequestReplyHeaderMapper in org.springframework.integration.mapping
Classes in org.springframework.integration.mapping that implement RequestReplyHeaderMapperModifier and TypeClassDescriptionclass
Abstract base class forRequestReplyHeaderMapper
implementations. -
Uses of RequestReplyHeaderMapper in org.springframework.integration.ws
Subinterfaces of RequestReplyHeaderMapper in org.springframework.integration.wsModifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
, parameterized withSoapHeader
.Classes in org.springframework.integration.ws that implement RequestReplyHeaderMapperModifier and TypeClassDescriptionclass
AHeaderMapper
implementation for mapping to and from a SoapHeader. -
Uses of RequestReplyHeaderMapper in org.springframework.integration.xmpp.support
Subinterfaces of RequestReplyHeaderMapper in org.springframework.integration.xmpp.supportModifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
but parameterized with the Smack APIMessageBuilder
.Classes in org.springframework.integration.xmpp.support that implement RequestReplyHeaderMapper