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

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    WebFluxInboundEndpointParser​(boolean expectReply)  
  • Method Summary

    Modifier and Type Method Description
    protected void doParse​(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, resolveId

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

    doParse, getParentName, parseInternal

    Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getBeanClass

      protected java.lang.Class<?> getBeanClass​(org.w3c.dom.Element element)
      Overrides:
      getBeanClass in class org.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:
      doParse in class org.springframework.integration.http.config.HttpInboundEndpointParser