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

All Known Subinterfaces:
InboundRequestMapper
All Known Implementing Classes:
DataBindingInboundRequestMapper, DatagramPacketMessageMapper, JsonInboundMessageMapper, SimpleMessageMapper, TcpMessageMapper, XmppPresenceMessageMapper

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