Uses of Interface
org.springframework.integration.mapping.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
Modifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
, parameterized withMessageProperties
. -
Uses of RequestReplyHeaderMapper in org.springframework.integration.mapping
Modifier and TypeClassDescriptionclass
Abstract base class forRequestReplyHeaderMapper
implementations. -
Uses of RequestReplyHeaderMapper in org.springframework.integration.ws
Modifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
, parameterized withSoapHeader
.Modifier and TypeClassDescriptionclass
AHeaderMapper
implementation for mapping to and from a SoapHeader. -
Uses of RequestReplyHeaderMapper in org.springframework.integration.xmpp.support
Modifier and TypeInterfaceDescriptioninterface
A convenience interface that extendsRequestReplyHeaderMapper
but parameterized with the Smack APIMessageBuilder
.