Class HttpInboundEndpointParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
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'.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HttpInboundEndpointParser(boolean expectReply)
-
Method Summary
Modifier and Type Method Description 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
-
Constructor Details
-
HttpInboundEndpointParser
public HttpInboundEndpointParser(boolean expectReply)
-
-
Method Details
-
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)- Overrides:
getBeanClassName
in classorg.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 classorg.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 classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-