Package | Description |
---|---|
com.caucho.burlap.client |
Portable client code for using Burlap services.
|
com.caucho.burlap.server |
Modifier and Type | Method and Description |
---|---|
BurlapOutput |
BurlapProxyFactory.getBurlapOutput(java.io.OutputStream os) |
Modifier and Type | Method and Description |
---|---|
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.
|