Spring Integration

org.springframework.integration.httpinvoker.config
Class HttpInvokerInboundGatewayParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by org.springframework.integration.config.xml.AbstractInboundGatewayParser
                  extended by 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

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
HttpInvokerInboundGatewayParser()
          Deprecated.  
 
Method Summary
protected  String getBeanClassName(Element element)
          Deprecated.  
 
Methods inherited from class org.springframework.integration.config.xml.AbstractInboundGatewayParser
doPostProcess, isEligibleAttribute, postProcess, resolveId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
doParse, extractPropertyName, isEligibleAttribute, isEligibleAttribute
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpInvokerInboundGatewayParser

public HttpInvokerInboundGatewayParser()
Deprecated. 
Method Detail

getBeanClassName

protected String getBeanClassName(Element element)
Deprecated. 
Overrides:
getBeanClassName in class AbstractSingleBeanDefinitionParser

Spring Integration

Copyright © 2010. All Rights Reserved.