public interface ProxyHandler<T>
A method invocation handler for proxy invocations.
| Modifier and Type | Method and Description |
|---|---|
Object |
handle(ProxyInvocation<T> invocation)
Handles the method invocation on the proxy.
|
Object handle(ProxyInvocation<T> invocation) throws Throwable
invocation - The invocation on the proxyThrowable - If an error is thrown from the invocationCopyright © 2014. All rights reserved.