org.springframework.integration.transformer
Class MethodInvokingTransformer
java.lang.Object
org.springframework.integration.transformer.AbstractMessageProcessingTransformer
org.springframework.integration.transformer.MethodInvokingTransformer
All Implemented Interfaces: BeanFactoryAware , 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.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
MethodInvokingTransformer
public MethodInvokingTransformer (java.lang.Object object,
java.lang.reflect.Method method)
MethodInvokingTransformer
public MethodInvokingTransformer (java.lang.Object object,
java.lang.String methodName)
MethodInvokingTransformer
public MethodInvokingTransformer (java.lang.Object object)