public abstract class AbstractPollingInboundChannelAdapterParser extends AbstractChannelAdapterParser
| Constructor and Description |
|---|
AbstractPollingInboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
String channelName)
Subclasses must implement this method to parse the adapter element.
|
protected abstract org.springframework.beans.BeanMetadataElement |
parseSource(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.
|
parseInternal, resolveIdpublic AbstractPollingInboundChannelAdapterParser()
protected org.springframework.beans.factory.support.AbstractBeanDefinition doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, String channelName)
AbstractChannelAdapterParserdoParse in class AbstractChannelAdapterParserelement - The element.parserContext - The parser context.channelName - The channel name.protected abstract org.springframework.beans.BeanMetadataElement parseSource(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
element - The element.parserContext - The parser context.