public abstract class AbstractPollingInboundChannelAdapterParser extends AbstractChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description |
|---|
AbstractPollingInboundChannelAdapterParser() |
| 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.
|
protected abstract BeanMetadataElement |
parseSource(org.w3c.dom.Element element,
ParserContext parserContext)
Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
|
parseInternal, resolveIdparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallbackpublic AbstractPollingInboundChannelAdapterParser()
protected AbstractBeanDefinition doParse(org.w3c.dom.Element element, ParserContext parserContext, java.lang.String channelName)
AbstractChannelAdapterParserdoParse in class AbstractChannelAdapterParserelement - The element.parserContext - The parser context.channelName - The channel name.protected abstract BeanMetadataElement parseSource(org.w3c.dom.Element element, ParserContext parserContext)
element - The element.parserContext - The parser context.