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 Details

    • 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