Class AbstractPollingInboundChannelAdapterParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
AbstractRemoteFileInboundChannelAdapterParser, AbstractRemoteFileStreamingInboundChannelAdapterParser, AttributePollingChannelAdapterParser, ConsoleInboundChannelAdapterParser, DefaultInboundChannelAdapterParser, FeedInboundChannelAdapterParser, FileInboundChannelAdapterParser, JdbcPollingChannelAdapterParser, JmsInboundChannelAdapterParser, JpaInboundChannelAdapterParser, KafkaInboundChannelAdapterParser, MailInboundChannelAdapterParser, MBeanTreePollingChannelAdapterParser, MongoDbInboundChannelAdapterParser, RedisStoreInboundChannelAdapterParser, ResourceInboundChannelAdapterParser, StoredProcPollingChannelAdapterParser

public abstract class AbstractPollingInboundChannelAdapterParser
extends AbstractChannelAdapterParser
Base parser for inbound Channel Adapters that poll a source.
Author:
Mark Fisher, Gary Russell, Oleg Zhurakousky, Artem Bilan