Package com.caucho.burlap.client
Class BurlapProxy
java.lang.Object
com.caucho.burlap.client.BurlapProxy
- All Implemented Interfaces:
InvocationHandler
Proxy implementation for Burlap clients. Applications will generally
use BurlapProxyFactory to create proxy clients.
-
Method Summary
-
Method Details
-
getURL
Returns the proxy's URL. -
invoke
Handles the object invocation.- Specified by:
invoke
in interfaceInvocationHandler
- Parameters:
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy object- Throws:
Throwable
-
toString
-