org.springframework.integration.http
Interface InboundRequestMapper

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

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

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

Since:
1.0.2

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