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

All Known Implementing Classes:
DatagramPacketMessageMapper, JsonInboundMessageMapper, TcpMessageMapper

public interface InboundMessageMapper<T>

Strategy interface for mapping from an Object to aMessage.


Method Summary
 Message<?> toMessage(T object)
           
 

Method Detail

toMessage

Message<?> toMessage(T object)
                     throws java.lang.Exception
Throws:
java.lang.Exception