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

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

Introduction

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

Usage

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

/**
 * @author askogman
 * 
 */
public class C24ValidatingHeaderEnricher extends HeaderEnricher {

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

/**
 * Transformer implementation that evaluates XPath expressions against the
 * message payload and inserts the result of the evaluation into a message
 * header. The header names will match the keys in the map of expressions.
 * 
 * @author Adam Skogman