public abstract class AbstractBurlapOutput extends AbstractHessianOutput
OutputStream os = ...; // from http connection AbstractOutput out = new BurlapSerializerOutput(os); String value; out.startCall("hello"); // start hello call out.writeString("arg1"); // write a string argument out.completeCall(); // complete the call
_serializerFactory
Constructor and Description |
---|
AbstractBurlapOutput() |
Modifier and Type | Method and Description |
---|---|
void |
startCall(java.lang.String method,
int length)
Starts the method call:
|
addRef, call, close, completeCall, completeReply, findSerializerFactory, flush, getRef, getSerializerFactory, init, removeRef, replaceRef, resetReferences, setSerializerFactory, setUnshared, startCall, startReply, writeBoolean, writeByteBufferEnd, writeByteBufferPart, writeByteBufferStart, writeBytes, writeBytes, writeByteStream, writeClassFieldLength, writeDouble, writeFault, writeHeader, writeInt, writeListBegin, writeListEnd, writeLong, writeMapBegin, writeMapEnd, writeMethod, writeNull, writeObject, writeObjectBegin, writeObjectEnd, writeRef, writeReply, writeString, writeString, writeUTCDate
public void startCall(java.lang.String method, int length) throws java.io.IOException
AbstractHessianOutput
C string int
startCall
in class AbstractHessianOutput
method
- the method name to call.java.io.IOException