org.springframework.integration.config.xml
Class AbstractPollingInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- AttributePollingChannelAdapterParser, ConsoleInboundChannelAdapterParser, FileInboundChannelAdapterParser, FtpMessageSourceBeanDefinitionParser, FtpsMessageSourceBeanDefinitionParser, JdbcPollingChannelAdapterParser, JmsInboundChannelAdapterParser, MailInboundChannelAdapterParser, MethodInvokingInboundChannelAdapterParser
public abstract class AbstractPollingInboundChannelAdapterParser
- extends AbstractChannelAdapterParser
Base parser for inbound Channel Adapters that poll a source.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPollingInboundChannelAdapterParser
public AbstractPollingInboundChannelAdapterParser()
doParse
protected AbstractBeanDefinition doParse(Element element,
ParserContext parserContext,
String channelName)
- Description copied from class:
AbstractChannelAdapterParser
- Subclasses must implement this method to parse the adapter element.
The name of the MessageChannel bean is provided.
- Specified by:
doParse
in class AbstractChannelAdapterParser
parseSource
protected abstract String parseSource(Element element,
ParserContext parserContext)
- Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
Copyright © 2010. All Rights Reserved.