public class RedisInboundChannelAdapterParser extends AbstractChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
RedisInboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected AbstractBeanDefinition |
doParse(org.w3c.dom.Element element,
ParserContext parserContext,
java.lang.String channelName)
Subclasses must implement this method to parse the adapter element.
|
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
protected AbstractBeanDefinition doParse(org.w3c.dom.Element element, ParserContext parserContext, java.lang.String channelName)
AbstractChannelAdapterParser
doParse
in class AbstractChannelAdapterParser
element
- The element.parserContext
- The parser context.channelName
- The channel name.