public class KafkaInboundGatewayParser extends AbstractInboundGatewayParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description | 
|---|
KafkaInboundGatewayParser()  | 
| Modifier and Type | Method and 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()  | 
doParse, postProcess, resolveIdextractPropertyName, isEligibleAttributedoParse, getBeanClassName, getParentName, parseInternalparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldParseNameAsAliasesprotected Class<?> getBeanClass(Element element)
getBeanClass in class AbstractSingleBeanDefinitionParserprotected void doPostProcess(BeanDefinitionBuilder builder, Element element)
AbstractInboundGatewayParserdoPostProcess in class AbstractInboundGatewayParserbuilder - The builder.element - The element.protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback in class AbstractBeanDefinitionParserprotected boolean isEligibleAttribute(String attributeName)
isEligibleAttribute in class AbstractInboundGatewayParser