Spring Integration

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

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

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)
                     throws Exception
Throws:
Exception

Spring Integration

Copyright © 2010. All Rights Reserved.