Spring Integration

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

Packages that use InboundMessageMapper
org.springframework.integration.gateway   
org.springframework.integration.handler   
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.json   
org.springframework.integration.xmpp.presence   
 

Uses of InboundMessageMapper in org.springframework.integration.gateway
 

Classes in org.springframework.integration.gateway that implement InboundMessageMapper
 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 that return InboundMessageMapper
 InboundMessageMapper<Throwable> GatewayProxyFactoryBean.getExceptionMapper()
           
 

Methods in org.springframework.integration.gateway with parameters of type InboundMessageMapper
 void AbstractMessagingGateway.setExceptionMapper(InboundMessageMapper<Throwable> exceptionMapper)
          Provide an InboundMessageMapper for creating a reply Message from an Exception that occurs downstream from this gateway.
 void GatewayProxyFactoryBean.setExceptionMapper(InboundMessageMapper<Throwable> exceptionMapper)
           
 

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

Uses of InboundMessageMapper in org.springframework.integration.handler
 

Classes in org.springframework.integration.handler that implement InboundMessageMapper
 class ArgumentArrayMessageMapper
          A Message Mapper implementation that supports mapping from a Message to an argument array when invoking handler methods, and mapping to a Message from an argument array when invoking gateway methods.
 

Uses of InboundMessageMapper in org.springframework.integration.http
 

Subinterfaces of InboundMessageMapper in org.springframework.integration.http
 interface InboundRequestMapper
          Strategy interface for mapping from an inbound HttpServletRequest to a Message.
 

Classes in org.springframework.integration.http that implement InboundMessageMapper
 class DataBindingInboundRequestMapper
          InboundRequestMapper implementation that binds the request parameter map to a target instance.
 class DefaultInboundRequestMapper
          Default implementation of InboundRequestMapper for inbound HttpServletRequests.
 

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

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

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

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

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

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

Uses of InboundMessageMapper in org.springframework.integration.json
 

Classes in org.springframework.integration.json that implement InboundMessageMapper
 class InboundJsonMessageMapper
          InboundMessageMapper implementation that maps incoming JSON messages to a Message with the specified payload type.
 

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

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

Methods in org.springframework.integration.xmpp.presence with parameters of type InboundMessageMapper
 void XmppRosterEventMessageDrivenEndpoint.setMessageMapper(InboundMessageMapper<org.jivesoftware.smack.packet.Presence> messageMapper)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.