Spring Integration

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

Packages that use AbstractInboundGatewayParser
org.springframework.integration.httpinvoker.config   
org.springframework.integration.ip.config   
org.springframework.integration.rmi.config   
org.springframework.integration.ws.config   
 

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

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

Uses of AbstractInboundGatewayParser in org.springframework.integration.ip.config
 

Subclasses of AbstractInboundGatewayParser in org.springframework.integration.ip.config
 class IpInboundGatewayParser
           
 

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

Subclasses of AbstractInboundGatewayParser in org.springframework.integration.rmi.config
 class RmiInboundGatewayParser
          Parser for the <inbound-gateway/> element of the 'rmi' namespace.
 

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

Subclasses of AbstractInboundGatewayParser in org.springframework.integration.ws.config
 class WebServiceInboundGatewayParser
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.