com.caucho.hessian.client
Class HessianProxy
java.lang.Object
com.caucho.hessian.client.HessianProxy
- InvocationHandler
public class HessianProxy
extends java.lang.Object
implements InvocationHandler
Proxy implementation for Hessian clients. Applications will generally
use HessianProxyFactory to create proxy clients.
URL | getURL() - Returns the proxy's URL.
|
Object | invoke(Object proxy, Method method, Object[] args) - Handles the object invocation.
|
getURL
public URL getURL()
Returns the proxy's URL.
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
Handles the object invocation.
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy object