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'.
- Author:
- Mark Fisher
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 String getBeanClassName(Element element)
- Overrides:
getBeanClassName
in class AbstractSingleBeanDefinitionParser
resolveId
protected String resolveId(Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
throws BeanDefinitionStoreException
- Overrides:
resolveId
in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
doParse
protected void doParse(Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Overrides:
doParse
in class AbstractSingleBeanDefinitionParser
Copyright © 2010. All Rights Reserved.