com.caucho.burlap.server
类 BurlapSkeleton

java.lang.Object
  继承者 com.caucho.services.server.AbstractSkeleton
      继承者 com.caucho.burlap.server.BurlapSkeleton

public class BurlapSkeleton
extends AbstractSkeleton

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
 

构造方法详细信息

BurlapSkeleton

public BurlapSkeleton(java.lang.Object service,
                      java.lang.Class apiClass)
Create a new burlap skeleton.

参数:
service - the underlying service object.
apiClass - the API interface

BurlapSkeleton

public BurlapSkeleton(java.lang.Class apiClass)
Create a new burlap skeleton.

参数:
service - the underlying service object.
apiClass - the API interface
方法详细信息

invoke

public void invoke(BurlapInput in,
                   BurlapOutput out)
            throws java.lang.Exception
Invoke the object with the request from the input stream.

参数:
in - the Burlap input stream
out - the Burlap output stream
抛出:
java.lang.Exception

invoke

public void invoke(java.lang.Object service,
                   BurlapInput in,
                   BurlapOutput out)
            throws java.lang.Exception
Invoke the object with the request from the input stream.

参数:
in - the Burlap input stream
out - the Burlap output stream
抛出:
java.lang.Exception