public interface ProxyInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
handleInvocation(ProxyInvocation proxyInvocation)
Handles the given method invocation of the proxy.
|
Object handleInvocation(ProxyInvocation proxyInvocation) throws Throwable
proxyInvocation - The method invocation, not nullThrowableCopyright © 2016. All Rights Reserved.