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

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

Introduction

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

Usage

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

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