Name

InputStream

Synopsis

Extends the org.omg.CORBA.portable.InputStream class to support CORBA 2.3 (e.g., support for value types).

                  
public abstract class InputStream extends org.omg.CORBA.portable.InputStream {
// Public Constructors
   public InputStream();  
// Public Instance Methods
   public Object read_abstract_interface();  
   public Object read_abstract_interface( Class clz);  
   public Serializable read_value();  
   public Serializable read_value( Serializable value);  
   public Serializable read_value( Class clz);  
   public Serializable read_value(
        org.omg.CORBA.portable.BoxedValueHelper factory);  
   public Serializable read_value( String rep_id);  
}

Passed To

org.omg.CORBA.portable.ValueFactory.read_value()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.