org.springframework.integration.transformer
Class ExpressionEvaluatingTransformer

java.lang.Object
  extended by org.springframework.integration.transformer.AbstractMessageProcessingTransformer
      extended by org.springframework.integration.transformer.ExpressionEvaluatingTransformer
All Implemented Interfaces:
BeanFactoryAware, Transformer

public class ExpressionEvaluatingTransformer
extends AbstractMessageProcessingTransformer

A Message Transformer implementation that evaluates the specified SpEL expression. The result of evaluation will typically be considered as the payload of a new Message unless it is itself already a Message.

Since:
2.0

Constructor Summary
ExpressionEvaluatingTransformer(Expression expression)
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.transformer.AbstractMessageProcessingTransformer
setBeanFactory, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluatingTransformer

public ExpressionEvaluatingTransformer(Expression expression)