public class ClientProxy<T> extends Object implements InvocationHandler, Serializable
ClientProxy(Class<T> clientInterface, Configuration configuration)
Object
invoke(Object proxy, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClientProxy(Class<T> clientInterface, Configuration configuration)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2021. All rights reserved.