Package com.caucho.burlap.client
Class BurlapProxy
- java.lang.Object
-
- com.caucho.burlap.client.BurlapProxy
-
- All Implemented Interfaces:
InvocationHandler
public class BurlapProxy extends Object implements InvocationHandler
Proxy implementation for Burlap clients. Applications will generally use BurlapProxyFactory to create proxy clients.
-
-
Method Detail
-
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.- Specified by:
invokein interfaceInvocationHandler- Parameters:
proxy- the proxy object to invokemethod- the method to callargs- the arguments to the proxy object- Throws:
Throwable
-
-