public class AttributePollingChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description |
|---|
AttributePollingChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
protected boolean |
shouldGenerateIdAsFallback() |
doParseparseInternal, resolveIdparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateIdpublic AttributePollingChannelAdapterParser()
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback in class AbstractBeanDefinitionParserprotected BeanMetadataElement parseSource(org.w3c.dom.Element element, ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserparseSource in class AbstractPollingInboundChannelAdapterParserelement - The element.parserContext - The parser context.