Searched refs:MethodProxy (Results 1 – 3 of 3) sorted by relevance
21 import net.sf.cglib.proxy.MethodProxy;42 MethodProxy.class.getName()));54 MethodProxy methodProxy) throws Throwable { in intercept()62 final MethodProxy methodProxy;65 public InterceptedMethodInvocation(Object proxy, MethodProxy methodProxy, in InterceptedMethodInvocation()
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
547 return MethodProxy(self.sockio, self.oid, name)584 class MethodProxy(object): class