Spring Integration

org.springframework.integration.http
Interface OutboundRequestMapper

All Superinterfaces:
OutboundMessageMapper<HttpEntity<?>>
All Known Implementing Classes:
DefaultOutboundRequestMapper

public interface OutboundRequestMapper
extends OutboundMessageMapper<HttpEntity<?>>

Strategy for mapping to an HttpEntity from a message.

Since:
1.0.2
Author:
Mark Fisher

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


Spring Integration

Copyright © 2010. All Rights Reserved.