Spring Integration

Uses of Interface
org.springframework.integration.mapping.OutboundMessageMapper

Packages that use OutboundMessageMapper
org.springframework.integration.gateway   
org.springframework.integration.http   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.tcp.connection All things related to tcp connections - client and server factories; listener and sender interfaces. 
org.springframework.integration.ip.udp   
org.springframework.integration.jmx   
org.springframework.integration.json   
org.springframework.integration.xmpp.presence   
 

Uses of OutboundMessageMapper in org.springframework.integration.gateway
 

Classes in org.springframework.integration.gateway that implement OutboundMessageMapper
 class SimpleMessageMapper
          An implementation of the InboundMessageMapper and OutboundMessageMapper strategy interfaces that maps directly to and from the Message payload instance.
 

Constructors in org.springframework.integration.gateway with parameters of type OutboundMessageMapper
SimpleMessagingGateway(InboundMessageMapper<?> inboundMapper, OutboundMessageMapper<?> outboundMapper)
           
 

Uses of OutboundMessageMapper in org.springframework.integration.http
 

Subinterfaces of OutboundMessageMapper in org.springframework.integration.http
 interface OutboundRequestMapper
          Strategy for mapping to an HttpEntity from a message.
 

Classes in org.springframework.integration.http that implement OutboundMessageMapper
 class DefaultOutboundRequestMapper
          Default implementation of OutboundRequestMapper.
 

Uses of OutboundMessageMapper in org.springframework.integration.ip.tcp
 

Classes in org.springframework.integration.ip.tcp that implement OutboundMessageMapper
 class SocketMessageMapper
          Maps incoming data from a SocketReader to a Message and from a Message to outgoing data forwarded to a SocketWriter.
 

Uses of OutboundMessageMapper in org.springframework.integration.ip.tcp.connection
 

Classes in org.springframework.integration.ip.tcp.connection that implement OutboundMessageMapper
 class TcpMessageMapper
          Maps incoming data from a TcpConnection to a Message.
 

Uses of OutboundMessageMapper in org.springframework.integration.ip.udp
 

Classes in org.springframework.integration.ip.udp that implement OutboundMessageMapper
 class DatagramPacketMessageMapper
          Message Mapper for converting to and from UDP DatagramPackets.
 

Uses of OutboundMessageMapper in org.springframework.integration.jmx
 

Methods in org.springframework.integration.jmx with parameters of type OutboundMessageMapper
 void NotificationPublishingMessageHandler.setNotificationMapper(OutboundMessageMapper<Notification> notificationMapper)
          Set a mapper for creating Notifications from a Message.
 

Uses of OutboundMessageMapper in org.springframework.integration.json
 

Classes in org.springframework.integration.json that implement OutboundMessageMapper
 class OutboundJsonMessageMapper
          OutboundMessageMapper implementation the converts a Message to a JSON string representation.
 

Uses of OutboundMessageMapper in org.springframework.integration.xmpp.presence
 

Classes in org.springframework.integration.xmpp.presence that implement OutboundMessageMapper
 class XmppPresenceMessageMapper
          Implementation of the strategy interface OutboundMessageMapper.
 

Methods in org.springframework.integration.xmpp.presence with parameters of type OutboundMessageMapper
 void XmppRosterEventMessageSendingHandler.setMessageMapper(OutboundMessageMapper<org.jivesoftware.smack.packet.Presence> messageMapper)
          the MessageMapper is responsible for converting outbound Messages into status updates of type Presence
 


Spring Integration

Copyright © 2010. All Rights Reserved.