Spring Integration

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

Packages that use OutboundMessageMapper
org.springframework.integration.gateway   
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.support.converter   
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.
 

Methods in org.springframework.integration.gateway with parameters of type OutboundMessageMapper
 void MessagingGatewaySupport.setReplyMapper(OutboundMessageMapper<?> replyMapper)
          Provide an OutboundMessageMapper for mapping to objects from any reply Messages received in receive or sendAndReceive operations.
 

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.support.converter
 

Methods in org.springframework.integration.support.converter with parameters of type OutboundMessageMapper
 void SimpleMessageConverter.setOutboundMessageMapper(OutboundMessageMapper<?> outboundMessageMapper)
           
 

Constructors in org.springframework.integration.support.converter with parameters of type OutboundMessageMapper
SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper)
           
SimpleMessageConverter(OutboundMessageMapper<?> outboundMessageMapper)
           
 

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.