org.springframework.integration.http.config
Class HttpInboundEndpointParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.integration.http.config.HttpInboundEndpointParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class HttpInboundEndpointParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace. The constructor's boolean value specifies whether a reply is to be expected. This value should be 'false' for the 'inbound-channel-adapter' and 'true' for the 'inbound-gateway'.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
HttpInboundEndpointParser(boolean expectReply)
           
 
Method Summary
protected  void doParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
           
protected  java.lang.String getBeanClassName(org.w3c.dom.Element element)
           
protected  java.lang.String resolveId(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
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

HttpInboundEndpointParser

public HttpInboundEndpointParser(boolean expectReply)
Method Detail

getBeanClassName

protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
Overrides:
getBeanClassName in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

resolveId

protected java.lang.String resolveId(org.w3c.dom.Element element,
                                     org.springframework.beans.factory.support.AbstractBeanDefinition definition,
                                     org.springframework.beans.factory.xml.ParserContext parserContext)
                              throws org.springframework.beans.factory.BeanDefinitionStoreException
Overrides:
resolveId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Throws:
org.springframework.beans.factory.BeanDefinitionStoreException

doParse

protected void doParse(org.w3c.dom.Element element,
                       org.springframework.beans.factory.xml.ParserContext parserContext,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Overrides:
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser