public class InvocationHandler extends ReflectiveInvocationHandler
Constructor and Description |
---|
InvocationHandler() |
InvocationHandler(java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.String methodName,
java.util.Vector arguments)
This InvocationHandler just accepts a CallWrapper object as the only parameter
which contains the parameters and parameter types.
|
invoke, setEntryPoints
public InvocationHandler()
ReflectiveInvocationHandler
public InvocationHandler(java.lang.Object target)
ReflectiveInvocationHandler
public java.lang.Object invoke(java.lang.String methodName, java.util.Vector arguments) throws java.lang.Throwable
java.lang.Throwable