org.springframework.integration.http
Interface InboundRequestMapper

All Superinterfaces:
InboundMessageMapper<javax.servlet.http.HttpServletRequest>
All Known Implementing Classes:
DataBindingInboundRequestMapper, DefaultInboundRequestMapper

public interface InboundRequestMapper
extends InboundMessageMapper<javax.servlet.http.HttpServletRequest>

Strategy interface for mapping from an inbound HttpServletRequest to a Message.

Since:
1.0.2
Author:
Mark Fisher

Method Summary
 
Methods inherited from interface org.springframework.integration.message.InboundMessageMapper
toMessage