org.springframework.integration.util
Class SimpleMethodInvoker<T>

java.lang.Object
  extended by org.springframework.integration.util.SimpleMethodInvoker<T>

public class SimpleMethodInvoker<T>
extends java.lang.Object

A simple wrapper for MethodInvoker.

Author:
Mark Fisher

Constructor Summary
SimpleMethodInvoker(T object, java.lang.String method)
           
 
Method Summary
 java.lang.Object invokeMethod(java.lang.Object... args)
           
 void setMethodValidator(MethodValidator methodValidator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMethodInvoker

public SimpleMethodInvoker(T object,
                           java.lang.String method)
Method Detail

setMethodValidator

public void setMethodValidator(MethodValidator methodValidator)

invokeMethod

public java.lang.Object invokeMethod(java.lang.Object... args)