|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A JRMIUnMarshaller provides a high-level encoding-independent interface for unmarshalling remote method invocations.
Method Summary | |
java.lang.Exception |
readException()
Reads an exception thrown by a remote method invocation from an underlying stream. |
java.lang.reflect.Method |
readMethod(java.lang.Class c)
Reads a method from an underlying stream. |
java.lang.Object[] |
readParameters()
Reads the arguments in a remote method invocation from an underlying stream. |
java.lang.Object |
readResult()
Reads the result of a remote method invocation from an underlying stream. |
Methods inherited from interface org.objectweb.jonathan.apis.presentation.UnMarshaller |
bytesRead, close, getContext, inputStream, isLittleEndian, readBoolean, readByte, readByteArray, readChar16, readChar8, readDouble, readFloat, readInt, readLong, readReference, readShort, readString16, readString8, readValue, setByteOrder, setSize |
Method Detail |
public java.lang.reflect.Method readMethod(java.lang.Class c) throws java.rmi.UnmarshalException
c
- a class that declares the method.
java.rmi.UnmarshalException
- if something goes wrong.public java.lang.Object[] readParameters() throws java.rmi.UnmarshalException
java.rmi.UnmarshalException
- if something goes wrong.public java.lang.Object readResult() throws java.rmi.UnmarshalException
java.rmi.UnmarshalException
- if something goes wrong.public java.lang.Exception readException() throws java.rmi.UnmarshalException
java.rmi.UnmarshalException
- if something goes wrong.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |