org.springframework.classify.util
Interface MethodInvoker

All Known Implementing Classes:
SimpleMethodInvoker

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)


Copyright © 2011 SpringSource. All Rights Reserved.