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:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class WebFluxInboundEndpointParser
extends org.springframework.integration.http.config.HttpInboundEndpointParser
- Since:
- 5.0.1
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WebFluxInboundEndpointParser(boolean expectReply) -
Method Summary
Modifier and Type Method Description protected voiddoParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)protected java.lang.Class<?>getBeanClass(org.w3c.dom.Element element)Methods inherited from class org.springframework.integration.http.config.HttpInboundEndpointParser
getBeanClassName, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getParentName, parseInternal
-
Constructor Details
-
WebFluxInboundEndpointParser
public WebFluxInboundEndpointParser(boolean expectReply)
-
-
Method Details
-
getBeanClass
protected java.lang.Class<?> getBeanClass(org.w3c.dom.Element element)- Overrides:
getBeanClassin classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
doParse
protected void doParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)- Overrides:
doParsein classorg.springframework.integration.http.config.HttpInboundEndpointParser
-