public class AttributePollingChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
Constructor and Description |
---|
AttributePollingChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.beans.BeanMetadataElement |
parseSource(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
|
protected boolean |
shouldGenerateIdAsFallback() |
doParse
parseInternal, resolveId
public AttributePollingChannelAdapterParser()
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParser
parseSource
in class AbstractPollingInboundChannelAdapterParser