protected class MockProxy.InvocationHandler extends Object implements ProxyInvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
MockProxy.InvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleInvocation(ProxyInvocation invocation)
Handles the given method invocation of the proxy.
|
public Object handleInvocation(ProxyInvocation invocation) throws Throwable
ProxyInvocationHandlerhandleInvocation in interface ProxyInvocationHandlerinvocation - The method invocation, not nullThrowableCopyright © 2016. All Rights Reserved.