org.springframework.integration.http
Interface OutboundRequestMapper

All Superinterfaces:
OutboundMessageMapper<HttpRequest>
All Known Implementing Classes:
DefaultOutboundRequestMapper

public interface OutboundRequestMapper
extends OutboundMessageMapper<HttpRequest>

Strategy for mapping to an HttpRequest from a message.

Since:
1.0.2
Author:
Mark Fisher

Method Summary
 
Methods inherited from interface org.springframework.integration.message.OutboundMessageMapper
fromMessage