public interface JRMIUnMarshaller
extends org.objectweb.jonathan.presentation.api.UnMarshaller
Modifier and Type | Method and Description |
---|---|
Exception |
readException()
Reads an exception thrown by a remote method invocation from an underlying
stream.
|
Method |
readMethod(Class c)
Reads a method from an underlying stream.
|
Object[] |
readParameters()
Reads the arguments in a remote method invocation from an underlying stream.
|
Object |
readResult()
Reads the result of a remote method invocation from an underlying stream.
|
bytesRead, close, getContext, inputStream, isLittleEndian, readBoolean, readByte, readByteArray, readChar16, readChar8, readDouble, readFloat, readInt, readLong, readReference, readShort, readString16, readString8, readValue, setByteOrder, setSize
Method readMethod(Class c) throws UnmarshalException
c
- a class that declares the method.UnmarshalException
- if something goes wrong.Object[] readParameters() throws UnmarshalException
UnmarshalException
- if something goes wrong.Object readResult() throws UnmarshalException
UnmarshalException
- if something goes wrong.Exception readException() throws UnmarshalException
UnmarshalException
- if something goes wrong.