org.springframework.integration.transformer
Class ExpressionEvaluatingTransformer
java.lang.Object
org.springframework.integration.transformer.AbstractMessageProcessingTransformer
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
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionEvaluatingTransformer
public ExpressionEvaluatingTransformer(String expression)
Copyright © 2010. All Rights Reserved.