Example usage for org.springframework.integration.transformer AbstractTransformer subclass-usage

List of usage examples for org.springframework.integration.transformer AbstractTransformer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.transformer AbstractTransformer subclass-usage.

Usage

From source file org.opencredo.couchdb.transformer.CouchDbUrlToDocumentTransformer.java

/**
 * A message transformer that reads a CouchDB document from the database.
 * </p>
 * The payload of the message is expected to contain the full URI of the message to read.
 * </p>
 * Once the document read, it is mapped to the Java class specified as documentType in the constructor.

From source file org.opencredo.couchdb.transformer.CouchDbIdToDocumentTransformer.java

/**
 * A message transformer that reads a CouchDB document from the database.
 * </p>
 * The payload of the message is expected to contain the id of the message to read.
 * </p>
 * Once the document read, it is mapped to the Java class specified as documentType in the constructor.

From source file org.springframework.integration.zip.transformer.AbstractZipTransformer.java

/**
 * Base class for transformers that provide Zip compression.
 *
 * @author Gunnar Hillert
 * @author Artem Bilan
 * @since 1.0

From source file biz.c24.io.spring.integration.transformer.C24Transformer.java

/**
 * TODO Consider adding a subclass that uses a pool of transform objects.
 * 
 * @author askogman
 * @author Andrew Elmore
 * 

From source file org.springframework.integration.xml.transformer.XsltPayloadTransformer.java

/**
 * Thread safe XSLT transformer implementation which returns a transformed
 * {@link Source}, {@link Document}, or {@link String}. If
 * alwaysUseSourceResultFactories is false (default) the following logic occurs
 * <p>
 * {@link String} payload in results in {@link String} payload out