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

All Known Implementing Classes:
MethodParameterMessageMapper, SimpleMessageMapper

public interface InboundMessageMapper<T>

Strategy interface for mapping from an Object to aMessage.

Author:
Mark Fisher

Method Summary
 Message<?> toMessage(T object)
           
 

Method Detail

toMessage

Message<?> toMessage(T object)