Class KafkaInboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.config.xml.AbstractInboundGatewayParser
org.springframework.integration.kafka.config.xml.KafkaInboundGatewayParser
- All Implemented Interfaces:
BeanDefinitionParser
public class KafkaInboundGatewayParser extends AbstractInboundGatewayParser
Inbound gateway parser.
- Since:
- 5.4
- Author:
- Gary Russell
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description KafkaInboundGatewayParser()
-
Method Summary
Modifier and Type Method Description protected void
doPostProcess(BeanDefinitionBuilder builder, Element element)
Subclasses may add to the bean definition by overriding this method.protected Class<?>
getBeanClass(Element element)
protected boolean
isEligibleAttribute(String attributeName)
protected boolean
shouldGenerateIdAsFallback()
Methods inherited from class org.springframework.integration.config.xml.AbstractInboundGatewayParser
doParse, postProcess, resolveId
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
extractPropertyName, isEligibleAttribute
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternal
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldParseNameAsAliases
-
Constructor Details
-
KafkaInboundGatewayParser
public KafkaInboundGatewayParser()
-
-
Method Details
-
getBeanClass
- Overrides:
getBeanClass
in classAbstractSingleBeanDefinitionParser
-
doPostProcess
Description copied from class:AbstractInboundGatewayParser
Subclasses may add to the bean definition by overriding this method.- Overrides:
doPostProcess
in classAbstractInboundGatewayParser
- Parameters:
builder
- The builder.element
- The element.
-
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()- Overrides:
shouldGenerateIdAsFallback
in classAbstractBeanDefinitionParser
-
isEligibleAttribute
- Overrides:
isEligibleAttribute
in classAbstractInboundGatewayParser
-