Spring Integration

Uses of Class
org.springframework.integration.gateway.AbstractMessagingGateway

Packages that use AbstractMessagingGateway
org.springframework.integration.gateway   
org.springframework.integration.http   
org.springframework.integration.httpinvoker   
org.springframework.integration.ip.tcp   
org.springframework.integration.jms   
org.springframework.integration.rmi   
org.springframework.integration.ws   
 

Uses of AbstractMessagingGateway in org.springframework.integration.gateway
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.gateway
 class RemotingInboundGatewaySupport
          Support class for inbound Messaging Gateways.
 class SimpleMessagingGateway
          An implementation of AbstractMessagingGateway that delegates to an InboundMessageMapper and OutboundMessageMapper.
 

Uses of AbstractMessagingGateway in org.springframework.integration.http
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.http
 class HttpRequestHandlingController
          Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
 class HttpRequestHandlingMessagingGateway
          Inbound Messaging Gateway that handles HTTP Requests.
 

Uses of AbstractMessagingGateway in org.springframework.integration.httpinvoker
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.httpinvoker
 class HttpInvokerInboundGateway
          Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
 

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

Subclasses of AbstractMessagingGateway in org.springframework.integration.ip.tcp
 class SimpleTcpNetInboundGateway
          Simple implementation of a TCP/IP inbound gateway; uses Socket and socket reader thread hangs on receive for response; therefore no multiplexing of incoming messages is supported.
 

Uses of AbstractMessagingGateway in org.springframework.integration.jms
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.jms
 class ChannelPublishingJmsMessageListener
          JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
 

Uses of AbstractMessagingGateway in org.springframework.integration.rmi
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.rmi
 class RmiInboundGateway
          An inbound Messaging Gateway for RMI-based remoting.
 

Uses of AbstractMessagingGateway in org.springframework.integration.ws
 

Subclasses of AbstractMessagingGateway in org.springframework.integration.ws
 class SimpleWebServiceInboundGateway
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.