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 Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doParse
(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) protected String
getBeanClassName
(Element element) protected String
resolveId
(Element element, AbstractBeanDefinition definition, 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, shouldParseNameAsAliases
-
Constructor Details
-
HttpInboundEndpointParser
public HttpInboundEndpointParser(boolean expectReply)
-
-
Method Details
-
getBeanClassName
- Overrides:
getBeanClassName
in classAbstractSingleBeanDefinitionParser
-
resolveId
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
resolveId
in classAbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
-
doParse
- Overrides:
doParse
in classAbstractSingleBeanDefinitionParser
-