|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DavidUnMarshaller is the type of marshallers implementing the encoding-independent unmarshalling methods.
Method Summary | |
org.omg.CORBA.Any |
read_any(DavidInputStream stream)
Reads an Any instance from the provided stream. |
org.omg.CORBA.Object |
read_Object(DavidInputStream stream,
java.lang.Class classe)
Reads a CORBA Object reference from the provided stream. |
org.omg.CORBA.TypeCode |
read_TypeCode(DavidInputStream stream)
Reads a TypeCode instance from the provided stream. |
Method Detail |
public org.omg.CORBA.Object read_Object(DavidInputStream stream, java.lang.Class classe)
stream
- an input stream;classe
- a stub type for the returned object (may be null).
public org.omg.CORBA.Any read_any(DavidInputStream stream)
stream
- an input stream.
public org.omg.CORBA.TypeCode read_TypeCode(DavidInputStream stream)
stream
- an input stream.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |