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