Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.iiop.rmi.marshal

Interface Summary
CDRStreamReader Interface of an object that knows how to unmarshal a Java basic type or object from a CDR input stream.
CDRStreamWriter Interface of an object that knows how to marshal a Java basic type or object into a CDR input stream.
 

Class Summary
CDRStream Utility class with static methods to: get the CDRStreamReader for a given class get the CDRStreamWriter for a given class The CDRStreamReaders and CDRStreamWriters returned by these methods are instances of static inner classes defined by CDRStream.
CDRStream.AbstractInterfaceReader Singleton class that unmarshals from a CDR output stream objects whose declared type is an interface that does not extend java.rmi.Remote and whose declared methods (including inherited ones) all throw java.rmi.RemoteException.
CDRStream.AbstractInterfaceWriter Singleton class that marshals into a CDR output stream objects whose declared type is an interface that does not extend java.rmi.Remote and whose declared methods (including inherited ones) all throw java.rmi.RemoteException.
CDRStream.BooleanReader Singleton class that unmarshals booleans from a CDR input stream.
CDRStream.BooleanWriter Singleton class that marshals booleans into a CDR output stream.
CDRStream.ByteReader Singleton class that unmarshals bytes from a CDR input stream.
CDRStream.ByteWriter Singleton class that marshals bytes into a CDR output stream.
CDRStream.CharReader Singleton class that unmarshals chars from a CDR input stream.
CDRStream.CharWriter Singleton class that marshals chars into a CDR output stream.
CDRStream.CorbaObjectReader Singleton class that unmarshals objects whose declared type is org.omg.CORBA.Object from a CDR input stream.
CDRStream.CorbaObjectWriter Singleton class that marshals objects whose declared type is org.omg.CORBA.Object into a CDR output stream.
CDRStream.DoubleReader Singleton class that unmarshals doubles from a CDR input stream.
CDRStream.DoubleWriter Singleton class that marshals doubles into a CDR output stream.
CDRStream.ExternalizableReader Singleton class that unmarshals objects whose declared type is java.io.Externalizable from a CDR input stream.
CDRStream.ExternalizableWriter Singleton class that marshals objects whose declared type is java.io.Externalizable into a CDR output stream.
CDRStream.FloatReader Singleton class that unmarshals floats from a CDR input stream.
CDRStream.FloatWriter Singleton class that marshals floats into a CDR output stream.
CDRStream.IdlInterfaceReader Class that unmarshals IDL interfaces from a CDR input stream.
CDRStream.IdlInterfaceWriter Class that marshals IDL interfaces into a CDR output stream.
CDRStream.IntReader Singleton class that unmarshals ints from a CDR input stream.
CDRStream.IntWriter Singleton class that marshals ints into a CDR output stream.
CDRStream.LongReader Singleton class that unmarshals longs from a CDR input stream.
CDRStream.LongWriter Singleton class that marshals longs into a CDR output stream.
CDRStream.ObjectReader Singleton class that unmarshals objects whose declared type is java.lang.Object from a CDR input stream.
CDRStream.ObjectWriter Singleton class that marshals objects whose declared type is java.lang.Object into a CDR output stream.
CDRStream.RemoteReader Class that unmarshals java.rmi.Remote objects from a CDR input stream.
CDRStream.RemoteWriter Singleton class that marshals java.rmi.Remote objects into a CDR output stream.
CDRStream.SerializableReader Singleton class that unmarshals objects whose declared type is java.io.Serializable from a CDR input stream.
CDRStream.SerializableWriter Singleton class that marshals objects whose declared type is java.io.Serializable into a CDR output stream.
CDRStream.ShortReader Singleton class that unmarshals shorts from a CDR input stream.
CDRStream.ShortWriter Singleton class that marshals shorts into a CDR output stream.
CDRStream.StringReader Singleton class that unmarshals Strings from a CDR input stream.
CDRStream.StringWriter Singleton class that marshals Strings into a CDR output stream.
CDRStream.ValuetypeReader Class that unmarshals valuetypes from a CDR input stream.
CDRStream.ValuetypeWriter Class that marshals valuetypes into a CDR output stream.