|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectcom.caucho.burlap.client.BurlapProxy
public class BurlapProxy
Proxy implementation for Burlap clients. Applications will generally use BurlapProxyFactory to create proxy clients.
方法摘要 | |
---|---|
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()
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
方法详细信息 |
---|
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
java.lang.reflect.InvocationHandler
中的 invoke
proxy
- the proxy object to invokemethod
- the method to callargs
- the arguments to the proxy object
java.lang.Throwable
public java.lang.String toString()
java.lang.Object
中的 toString
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |