Package | Description |
---|---|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatingTransformer
A Message Transformer implementation that evaluates the specified SpEL
expression.
|
class |
MethodInvokingTransformer
A Message Transformer implementation that invokes the specified method
on the given object.
|
Copyright © 2016. All rights reserved.