Name

BoxedValueHelper

Synopsis

The helper class for the BoxedValue typedef, mapped in Java to String. This helper interface is used to read and write these objects when they are used as remote method arguments or return values.

public interface BoxedValueHelper {
// Public Instance Methods
   public abstract String get_id();  
   public abstract Serializable read_value(
        org.omg.CORBA.portable.InputStream is);  
   public abstract void write_value(
        org.omg.CORBA.portable.OutputStream os, 
        Serializable value);  
}

Implementations

StringValueHelper, WStringValueHelper

Passed To

org.omg.CORBA_2_3.portable.InputStream.read_value(), org.omg.CORBA_2_3.portable.OutputStream.write_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.