public abstract class AbstractRouterParser extends AbstractConsumerEndpointParser
EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
AbstractRouterParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract BeanDefinition |
doParseRouter(Element element,
ParserContext parserContext) |
protected String |
getMappingKeyAttributeName()
Returns the name of the attribute that provides a key for the
channel mappings.
|
protected BeanDefinitionBuilder |
parseHandler(Element element,
ParserContext parserContext)
Parse the MessageHandler.
|
protected BeanDefinition |
parseRouter(Element element,
ParserContext parserContext) |
getInputChannelAttributeName, parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
protected final BeanDefinitionBuilder parseHandler(Element element, ParserContext parserContext)
AbstractConsumerEndpointParser
parseHandler
in class AbstractConsumerEndpointParser
element
- The element.parserContext
- The parser context.protected final BeanDefinition parseRouter(Element element, ParserContext parserContext)
protected String getMappingKeyAttributeName()
protected abstract BeanDefinition doParseRouter(Element element, ParserContext parserContext)