Class WebFluxOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.http.config.HttpOutboundGatewayParser
org.springframework.integration.webflux.config.WebFluxOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
Parser for the 'outbound-gateway' element of the webflux namespace.
- Since:
- 5.0
- Author:
- Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParserEXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTEFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected BeanDefinitionBuildergetBuilder(Element element, ParserContext parserContext) Methods inherited from class org.springframework.integration.http.config.HttpOutboundGatewayParsergetInputChannelAttributeName, parseHandlerMethods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParserparseInternal, replyChannelInChainAllowed, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
WebFluxOutboundGatewayParserpublic WebFluxOutboundGatewayParser()
 
- 
- 
Method Details- 
getBuilder- Overrides:
- getBuilderin class- HttpOutboundGatewayParser
 
 
-