public interface ProxyMethod
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
cancel()
Get the default return value of the method.
|
java.lang.reflect.Method |
getInvokedMethod() |
java.lang.Object |
invokeSuper(java.lang.Object... args)
Invoke the proxied method on the proxy super class with the given arguments.
|
java.lang.Object |
invokeWith(java.lang.Object instance,
java.lang.Object... args)
Invoke the proxied method with the given instance and arguments.
|
java.lang.reflect.Method getInvokedMethod()
java.lang.Object invokeWith(java.lang.Object instance,
java.lang.Object... args)
instance - The instance to invoke the method onargs - The arguments to pass to the methodjava.lang.Object invokeSuper(java.lang.Object... args)
args - The arguments to pass to the methodjava.lang.Object cancel()