public class JdbcPollingChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
JdbcPollingChannelAdapter
.Constructor and Description |
---|
JdbcPollingChannelAdapterParser() |
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 |
shouldGenerateId() |
protected boolean |
shouldGenerateIdAsFallback() |
doParse
parseInternal, resolveId
protected boolean shouldGenerateId()
shouldGenerateId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
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