mx4j.tools.remote.caucho
public interface CauchoInput
Version: $
| Method Summary | |
|---|---|
| void | completeCall() |
| void | completeReply() |
| String | readHeader() |
| String | readMethod() |
| Object | readObject(Class cls)
Reads and returns an object of the given class,
or a generic object if the class is null. |
| void | startCall() |
| void | startReply()
Starts reading a reply of a previous call; if the call threw an exception,
the exception is read and re-thrown, otherwise the result of the call
can be read using CauchoInput. |