public interface ProxyInvocation<T>
Describes a method invocation on a proxy.
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
The arguments passed to the target proxy invocation.
|
Method |
getMethod()
Return the method on which the proxy invocation was made.
|
T |
getProxy()
Returns the proxy on which the method was invoked.
|
Object |
invoke(T target)
Executes this invocation on a target object of the same type.
|
Object invoke(T target) throws Throwable
target - The targetThrowable - If an error is thrown by the invocationMethod getMethod()
T getProxy()
Object[] getArguments()
Copyright © 2014. All rights reserved.