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
- Direct Known Subclasses:
- WebFluxInboundEndpointParser
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, Oleg Zhurakousky, Gary Russell, Biju Kunjummen, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) protected StringgetBeanClassName(Element element) protected StringresolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserdoParse, getBeanClass, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
HttpInboundEndpointParserpublic HttpInboundEndpointParser(boolean expectReply) 
 
- 
- 
Method Details- 
getBeanClassName- Overrides:
- getBeanClassNamein class- AbstractSingleBeanDefinitionParser
 
- 
resolveIdprotected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
- resolveIdin class- AbstractBeanDefinitionParser
- Throws:
- BeanDefinitionStoreException
 
- 
doParse- Overrides:
- doParsein class- AbstractSingleBeanDefinitionParser
 
 
-