Spring Integration

Uses of Class
org.springframework.integration.config.xml.AbstractOutboundGatewayParser

Packages that use AbstractOutboundGatewayParser
org.springframework.integration.httpinvoker.config   
org.springframework.integration.rmi.config   
org.springframework.integration.ws.config   
 

Uses of AbstractOutboundGatewayParser in org.springframework.integration.httpinvoker.config
 

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

Uses of AbstractOutboundGatewayParser in org.springframework.integration.rmi.config
 

Subclasses of AbstractOutboundGatewayParser in org.springframework.integration.rmi.config
 class RmiOutboundGatewayParser
          Parser for the <outbound-gateway/> element of the 'rmi' namespace.
 

Uses of AbstractOutboundGatewayParser in org.springframework.integration.ws.config
 

Subclasses of AbstractOutboundGatewayParser in org.springframework.integration.ws.config
 class WebServiceOutboundGatewayParser
          Parser for the <outbound-gateway/> element in the 'ws' namespace.
 


Spring Integration

Copyright © 2010. All Rights Reserved.