Interface RequestReplyHeaderMapper<T>

Type Parameters:
T - the type of the target object holding the headers
All Known Subinterfaces:
AmqpHeaderMapper, SoapHeaderMapper, XmppHeaderMapper
All Known Implementing Classes:
AbstractHeaderMapper, DefaultAmqpHeaderMapper, DefaultSoapHeaderMapper, DefaultXmppHeaderMapper

public interface RequestReplyHeaderMapper<T>
Request/Reply strategy interface for mapping MessageHeaders to and from other types of objects. This would typically be used by adapters where the "other type" has a concept of headers or properties (HTTP, JMS, AMQP, etc).
Since:
2.1
Author:
Oleg Zhurakousky, Stephane Nicoll