|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.caucho.services.server.AbstractSkeleton
com.caucho.burlap.server.BurlapSkeleton
public class BurlapSkeleton
Proxy class for Burlap services.
| 构造方法摘要 | |
|---|---|
BurlapSkeleton(java.lang.Class apiClass)
Create a new burlap skeleton. |
|
BurlapSkeleton(java.lang.Object service,
java.lang.Class apiClass)
Create a new burlap skeleton. |
|
| 方法摘要 | |
|---|---|
void |
invoke(BurlapInput in,
BurlapOutput out)
Invoke the object with the request from the input stream. |
void |
invoke(java.lang.Object service,
BurlapInput in,
BurlapOutput out)
Invoke the object with the request from the input stream. |
| 从类 com.caucho.services.server.AbstractSkeleton 继承的方法 |
|---|
getAPIClassName, getHomeClassName, getObjectClassName, mangleClass, mangleName, setHomeClass, setObjectClass, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public BurlapSkeleton(java.lang.Object service,
java.lang.Class apiClass)
service - the underlying service object.apiClass - the API interfacepublic BurlapSkeleton(java.lang.Class apiClass)
service - the underlying service object.apiClass - the API interface| 方法详细信息 |
|---|
public void invoke(BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
in - the Burlap input streamout - the Burlap output stream
java.lang.Exception
public void invoke(java.lang.Object service,
BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
in - the Burlap input streamout - the Burlap output stream
java.lang.Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||