Spring Integration

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

All Known Subinterfaces:
OutboundRequestMapper
All Known Implementing Classes:
DatagramPacketMessageMapper, DefaultOutboundRequestMapper, OutboundJsonMessageMapper, SimpleMessageMapper, SocketMessageMapper, TcpMessageMapper, XmppPresenceMessageMapper

public interface OutboundMessageMapper<T>

Strategy interface for mapping from a Message to an Object.

Author:
Mark Fisher

Method Summary
 T fromMessage(Message<?> message)
           
 

Method Detail

fromMessage

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

Spring Integration

Copyright © 2010. All Rights Reserved.