public class MethodHandler
extends Object
implements Serializable
Constructor and Description |
---|
MethodHandler(MethodKey methodKey,
Object... arguments) |
MethodHandler(Method method,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
MethodKey |
getMethodKey() |
Object |
invoke() |
Object |
invoke(boolean newInstance)
Deprecated.
As of Wilberforce (7.0.x), replaced by
invoke() |
Object |
invoke(Object target) |
String |
toString() |
public MethodHandler(Method method, Object... arguments)
public MethodHandler(MethodKey methodKey, Object... arguments)
public Object[] getArguments()
public MethodKey getMethodKey()
public Object invoke() throws Exception
Exception
@Deprecated public Object invoke(boolean newInstance) throws Exception
invoke()
Exception
public Object invoke(Object target) throws Exception
Exception
public String toString()
toString
in class Object