Spring Integration

org.springframework.integration.amqp.support
Interface AmqpHeaderMapper

All Superinterfaces:
RequestReplyHeaderMapper<org.springframework.amqp.core.MessageProperties>
All Known Implementing Classes:
DefaultAmqpHeaderMapper

public interface AmqpHeaderMapper
extends RequestReplyHeaderMapper<org.springframework.amqp.core.MessageProperties>

A convenience interface that extends HeaderMapper but parameterized with MessageProperties.

Since:
2.1
Author:
Mark Fisher, Oleg Zhurakousky

Method Summary
 
Methods inherited from interface org.springframework.integration.mapping.RequestReplyHeaderMapper
fromHeadersToReply, fromHeadersToRequest, toHeadersFromReply, toHeadersFromRequest
 


Spring Integration