类 com.caucho.burlap.io.BurlapOutput
的使用

使用 BurlapOutput 的软件包
com.caucho.burlap.client Portable client code for using Burlap services. 
com.caucho.burlap.server   
 

com.caucho.burlap.clientBurlapOutput 的使用
 

返回 BurlapOutputcom.caucho.burlap.client 中的方法
 BurlapOutput BurlapProxyFactory.getBurlapOutput(java.io.OutputStream os)
           
 

com.caucho.burlap.serverBurlapOutput 的使用
 

参数类型为 BurlapOutputcom.caucho.burlap.server 中的方法
 void BurlapSkeleton.invoke(BurlapInput in, BurlapOutput out)
          Invoke the object with the request from the input stream.
 void BurlapSkeleton.invoke(java.lang.Object service, BurlapInput in, BurlapOutput out)
          Invoke the object with the request from the input stream.