Searched refs:InterceptedMethodInvocation (Results 1 – 1 of 1) sorted by relevance
41 InterceptedMethodInvocation.class.getName(),55 return new InterceptedMethodInvocation(proxy, methodProxy, arguments, 0).proceed(); in intercept()58 private class InterceptedMethodInvocation implements MethodInvocation { class in InterceptorStackCallback65 public InterceptedMethodInvocation(Object proxy, MethodProxy methodProxy, in InterceptedMethodInvocation() method in InterceptorStackCallback.InterceptedMethodInvocation78 new InterceptedMethodInvocation(proxy, methodProxy, arguments, index + 1)); in proceed()