Spring Integration

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

Packages that use MessagingGatewaySupport
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 MessagingGatewaySupport in org.springframework.integration.gateway
 

Subclasses of MessagingGatewaySupport in org.springframework.integration.gateway
 class RemotingInboundGatewaySupport
          Support class for inbound Messaging Gateways.
 

Uses of MessagingGatewaySupport in org.springframework.integration.http
 

Subclasses of MessagingGatewaySupport 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 MessagingGatewaySupport in org.springframework.integration.httpinvoker
 

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

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

Subclasses of MessagingGatewaySupport in org.springframework.integration.ip.tcp
 class TcpInboundGateway
          Inbound Gateway using a server connection factory - threading is controlled by the factory.
 

Uses of MessagingGatewaySupport in org.springframework.integration.jms
 

Subclasses of MessagingGatewaySupport 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 MessagingGatewaySupport in org.springframework.integration.rmi
 

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

Uses of MessagingGatewaySupport in org.springframework.integration.ws
 

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


Spring Integration

Copyright © 2010. All Rights Reserved.