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, setEntryPointspublic InvocationHandler()
ReflectiveInvocationHandlerpublic InvocationHandler(java.lang.Object target)
ReflectiveInvocationHandlerpublic java.lang.Object invoke(java.lang.String methodName,
java.util.Vector arguments)
throws java.lang.Throwable
java.lang.Throwable