org.springframework.integration.httpinvoker.config
Class HttpInvokerOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AbstractOutboundGatewayParser
org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
@Deprecated
public class HttpInvokerOutboundGatewayParser
- extends AbstractOutboundGatewayParser
Parser for the <outbound-gateway/> element of the 'httpinvoker' namespace.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpInvokerOutboundGatewayParser
public HttpInvokerOutboundGatewayParser()
- Deprecated.
getGatewayClassName
protected String getGatewayClassName(Element element)
- Deprecated.
- Specified by:
getGatewayClassName
in class AbstractOutboundGatewayParser
Copyright © 2010. All Rights Reserved.