Class WebFluxInboundEndpointParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.http.config.HttpInboundEndpointParser
org.springframework.integration.webflux.config.WebFluxInboundEndpointParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Since:
- 5.0.1
- Author:
- 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 Class<?>getBeanClass(Element element) Methods inherited from class org.springframework.integration.http.config.HttpInboundEndpointParsergetBeanClassName, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserdoParse, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
WebFluxInboundEndpointParserpublic WebFluxInboundEndpointParser(boolean expectReply) 
 
- 
- 
Method Details- 
getBeanClass- Overrides:
- getBeanClassin class- AbstractSingleBeanDefinitionParser
 
- 
doParse- Overrides:
- doParsein class- HttpInboundEndpointParser
 
 
-