Name

StringValueHelper

Synopsis

The helper class for StringValue, which is an IDL typedef for Strings. This helper is used to read and write these values when they are used as remote method arguments or return values.

                  
public class StringValueHelper implements org.omg.CORBA.portable.BoxedValueHelper {
// Public Constructors
   public StringValueHelper();  
// Public Class Methods
   public static String extract( Any a);  
   public static String id();  
   public static void insert( Any a, String that);  
   public static String read(
        org.omg.CORBA.portable.InputStream istream);  
   public static TypeCode type();                                // synchronized
   public static void write(
        org.omg.CORBA.portable.OutputStream ostream, 
        String value);  
// Methods Implementing BoxedValueHelper
   public String get_id();  
   public Serializable read_value(
        org.omg.CORBA.portable.InputStream istream);  
   public void write_value(
        org.omg.CORBA.portable.OutputStream ostream, 
        Serializable 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.