Uses of Class
com.caucho.burlap.io.BurlapOutput
-
Packages that use BurlapOutput Package Description 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 Modifier and Type Method Description BurlapOutputBurlapProxyFactory. getBurlapOutput(OutputStream os) -
Uses of BurlapOutput in com.caucho.burlap.server
Methods in com.caucho.burlap.server with parameters of type BurlapOutput Modifier and Type Method Description voidBurlapSkeleton. invoke(BurlapInput in, BurlapOutput out)Invoke the object with the request from the input stream.voidBurlapSkeleton. invoke(Object service, BurlapInput in, BurlapOutput out)Invoke the object with the request from the input stream.
-