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

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

Introduction

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

Usage

From source file biz.c24.io.spring.integration.config.MarshallingTransformerParser.java

/**
 * @author Adam Skogman
 * 
 */
public class MarshallingTransformerParser extends AbstractTransformerParser {

From source file biz.c24.io.spring.integration.config.ValidatingHeaderEnricherParser.java

/**
 * Parser for the 'transformer' element.
 * 
 * @author Adam Skogman
 */
public class ValidatingHeaderEnricherParser extends AbstractTransformerParser {

From source file biz.c24.io.spring.integration.config.TransformerParser.java

/**
 * Parser for the 'transformer' element.
 * 
 * @author Adam Skogman
 * @author Andrew Elmore
 */

From source file biz.c24.io.spring.integration.config.XPathTransformerParser.java

/**
 * Parser for the 'xpath-transformer' element.
 * 
 * @author Adam Skogman
 */
public class XPathTransformerParser extends AbstractTransformerParser {

From source file biz.c24.io.spring.integration.config.UnmarshallingTransformerParser.java

/**
 * @author Adam Skogman
 * 
 */
public class UnmarshallingTransformerParser extends AbstractTransformerParser {

From source file biz.c24.io.spring.integration.config.XPathHeaderEnricherParser.java

/**
 * Parser for <xpath-header-enricher> elements.
 *
 * @author Mark Fisher
 * @since 2.0
 */

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

/**
 * BeanDefinitionParser for the uri-to-document-transformer element.
 * @author Tareq Abedrabbo
 * @since 01/02/2011
 */
public class CouchDbUrlToDocumentTransformerParser extends AbstractTransformerParser {

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

/**
 * BeanDefinitionParser for the id-to-document-transformer element.
 * @author Tareq Abedrabbo
 * @since 25/01/2011
 */
public class CouchDbIdToDocumentTransformerParser extends AbstractTransformerParser {