com.smaxe.uv.invoker.support
Class ClassMethodInvoker.Invoker

java.lang.Object
  extended by com.smaxe.uv.invoker.support.ClassMethodInvoker.Invoker
Enclosing class:
ClassMethodInvoker

protected class ClassMethodInvoker.Invoker
extends java.lang.Object

Invoker - invokes the method of the object.


Constructor Summary
ClassMethodInvoker.Invoker()
          Constructor.
 
Method Summary
 java.lang.Object invoke(java.lang.Object o, java.lang.Object[] args)
          Invokes the method of the o.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMethodInvoker.Invoker

public ClassMethodInvoker.Invoker()
Constructor.

Method Detail

invoke

public java.lang.Object invoke(java.lang.Object o,
                               java.lang.Object[] args)
                        throws java.lang.Exception
Invokes the method of the o.

Parameters:
o -
args -
Returns:
method result
Throws:
java.lang.Exception - if failed to invoke