Example usage for org.springframework.integration.config.xml AbstractPollingInboundChannelAdapterParser subclass-usage

List of usage examples for org.springframework.integration.config.xml AbstractPollingInboundChannelAdapterParser subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.config.xml AbstractPollingInboundChannelAdapterParser subclass-usage.

Usage

From source file org.opencredo.cloud.storage.si.adapter.config.InboundChannelAdapterParser.java

/**
 * @author Eren Aykin (eren.aykin@opencredo.com)
 * @author Tomas Lukosius (tomas.lukosius@opencredo.com)
 */
public class InboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser {

From source file sipackage.config.xml.SIAdapterUpperPrefixInboundChannelAdapterParser.java

/**
 * The SIAdapterUpperPrefix Inbound Channel adapter parser
 *
 * @author SI-TEMPLATE-AUTHOR
 * @since SI-TEMPLATE-VERSION
 *

From source file org.opencredo.couchdb.config.CouchDbInboundChannelAdapterParser.java

/**
 * BeanDefinitionParser for the inbound-channel-adapter element.
 * @author Tareq Abedrabbo
 * @since 25/01/2011
 */
public class CouchDbInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser {