org.springframework.integration.http.config
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:
- BeanDefinitionParser
public class HttpInboundEndpointParser
- extends 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'.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpInboundEndpointParser
public HttpInboundEndpointParser(boolean expectReply)
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
- Overrides:
getBeanClassName
in class AbstractSingleBeanDefinitionParser
resolveId
protected java.lang.String resolveId(org.w3c.dom.Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
throws BeanDefinitionStoreException
- Overrides:
resolveId
in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
doParse
protected void doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Overrides:
doParse
in class AbstractSingleBeanDefinitionParser