Uses of Class
com.caucho.burlap.io.BurlapOutput

Packages that use BurlapOutput
com.caucho.burlap.client Portable client code for using Burlap services. 
com.caucho.burlap.server   
 

Uses of BurlapOutput in com.caucho.burlap.client
 

Methods in com.caucho.burlap.client that return BurlapOutput
 BurlapOutput BurlapProxyFactory.getBurlapOutput(java.io.OutputStream os)
           
 

Uses of BurlapOutput in com.caucho.burlap.server
 

Methods in com.caucho.burlap.server with parameters of type BurlapOutput
 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.
 



Copyright 2003-2011. All Rights Reserved.