Searched defs:createProxy (Results 1 – 6 of 6) sorted by relevance
21 T createProxy(Class<T> toMock, InvocationHandler handler); in createProxy() method
23 public T createProxy(Class<T> toMock, InvocationHandler handler) { in createProxy() method in JavaProxyFactory
62 public Object createProxy(Errors errors, InjectorOptions injectorOptions, in createProxy() method in ConstructionContext
61 public void createProxy(int counter) in createProxy() method in ProxyCacheGCTest
31 public static JsonRpcProxy createProxy(String baseUrl, boolean isPaddedJson) { in createProxy() method in JsonRpcProxy
188 private Object createProxy(int oid, String classname) throws Exception { in createProxy() method in ObjectImporter