Class MethodInvokingTransformer

java.lang.Object
org.springframework.integration.transformer.AbstractMessageProcessingTransformer
org.springframework.integration.transformer.MethodInvokingTransformer
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, ManageableLifecycle, GenericTransformer<Message<?>,​Message<?>>, Transformer

public class MethodInvokingTransformer
extends AbstractMessageProcessingTransformer
A Message Transformer implementation that invokes the specified method on the given object. The method's return value will be considered as the payload of a new Message unless the return value is itself already a Message.
Author:
Mark Fisher, Artem Bilan