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

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

Introduction

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

Usage

From source file org.acme.echo.module.config.ModuleOutboundGatewayParser.java

/**
 * Handles parsing module outbound-gateway
 *
 * @author Oleg Zhurakousky
 */
public class ModuleOutboundGatewayParser extends AbstractConsumerEndpointParser {

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

/**
 * The Parser for SIAdapterUpperPrefix Outbound Gateway.
 *
 * @author SI-TEMPLATE-AUTHOR
 * @since SI-TEMPLATE-VERSION
 *

From source file org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser.java

/**
 * The parser for the Job-Launching Gateway, which will instantiate a
 * {@link JobLaunchingGatewayParser}. If no {@link JobLauncher} reference has
 * been provided, this parse will use the use the globally registered bean
 * 'jobLauncher'.
 *

From source file org.synyx.hera.si.config.DynamicServiceActivatorParser.java

/**
 * {@link BeanDefinitionParser} to create {@link PluginRegistryAwareMessageHandler} beans.
 *
 * @author Oliver Gierke
 */
public class DynamicServiceActivatorParser extends AbstractConsumerEndpointParser {

From source file org.springframework.integration.config.xml.ChainParser.java

/**
 * Parser for the <chain> element.
 *
 * @author Mark Fisher
 * @author Iwein Fuld
 * @author Oleg Zhurakousky