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

All Known Implementing Classes:
DatagramPacketMessageMapper, JsonOutboundMessageMapper, TcpMessageMapper

public interface OutboundMessageMapper<T>

Strategy interface for mapping from a Message to an Object.


Method Summary
 T fromMessage(Message<?> message)
           
 

Method Detail

fromMessage

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