Spring Integration

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

Packages that use InboundMessageMapper
org.springframework.integration.gateway   
org.springframework.integration.http   
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.support.converter   
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 MessagingGatewaySupport.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)
           
 void MessagingGatewaySupport.setRequestMapper(InboundMessageMapper<?> requestMapper)
          Provide an InboundMessageMapper for creating request Messages from any object passed in a send or sendAndReceive operation.
 

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

Methods in org.springframework.integration.support.converter with parameters of type InboundMessageMapper
 void SimpleMessageConverter.setInboundMessageMapper(InboundMessageMapper<?> inboundMessageMapper)
           
 

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

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.