org.springframework.integration.util
Interface MethodInvoker

All Known Implementing Classes:
DefaultMethodInvoker, NameResolvingMethodInvoker

public interface MethodInvoker

A strategy interface for invoking a method. Typically used by adapters.

Author:
Mark Fisher

Method Summary
 java.lang.Object invokeMethod(java.lang.Object... args)
           
 

Method Detail

invokeMethod

java.lang.Object invokeMethod(java.lang.Object... args)
                              throws java.lang.Exception
Throws:
java.lang.Exception