com.caucho.burlap.client
Class BurlapProxy

java.lang.Object
  extended by 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 Summary
 URL getURL()
          Returns the proxy's URL.
 Object invoke(Object proxy, Method method, Object[] args)
          Handles the object invocation.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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:
invoke in interface InvocationHandler
Parameters:
proxy - the proxy object to invoke
method - the method to call
args - the arguments to the proxy object
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.