public class BurlapProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getURL()
Returns the proxy's URL.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Handles the object invocation.
|
java.lang.String |
toString() |
public java.net.URL getURL()
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy objectjava.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Object