org.springframework.integration.message
Interface OutboundMessageMapper<T>

All Known Subinterfaces:
OutboundRequestMapper
All Known Implementing Classes:
ArgumentArrayMessageMapper, DefaultOutboundRequestMapper, SimpleMessageMapper

public interface OutboundMessageMapper<T>

Strategy interface for mapping from a Message to an Object.

Author:
Mark Fisher

Method Summary
 T fromMessage(Message<?> message)
           
 

Method Detail

fromMessage

T fromMessage(Message<?> message)
              throws java.lang.Exception
Throws:
java.lang.Exception