org.springframework.integration.httpinvoker.config
Class HttpInvokerOutboundGatewayParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractConsumerEndpointParser
          extended by org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
              extended by org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class HttpInvokerOutboundGatewayParser
extends AbstractRemotingOutboundGatewayParser

Parser for the <outbound-gateway/> element of the 'httpinvoker' namespace.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
METHOD_ATTRIBUTE, REF_ATTRIBUTE
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
HttpInvokerOutboundGatewayParser()
           
 
Method Summary
protected  java.lang.String getGatewayClassName(org.w3c.dom.Element element)
           
 
Methods inherited from class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
getInputChannelAttributeName, parseHandler, parseUrl, postProcessGateway, resolveId
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
parseInnerHandlerDefinition, parseInternal, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpInvokerOutboundGatewayParser

public HttpInvokerOutboundGatewayParser()
Method Detail

getGatewayClassName

protected java.lang.String getGatewayClassName(org.w3c.dom.Element element)
Specified by:
getGatewayClassName in class AbstractRemotingOutboundGatewayParser