org.omg.CORBA
Class StringValueHelper

java.lang.Object
  extended by org.omg.CORBA.StringValueHelper
All Implemented Interfaces:
BoxedValueHelper

public class StringValueHelper
extends Object
implements BoxedValueHelper


Constructor Summary
StringValueHelper()
           
 
Method Summary
static String extract(Any any)
           
 String get_id()
           
static String id()
           
static void insert(Any any, String val)
           
 Serializable read_value(InputStream in)
           
static String read(InputStream in)
           
static TypeCode type()
           
 void write_value(OutputStream out, Serializable val)
           
static void write(OutputStream out, String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringValueHelper

public StringValueHelper()
Method Detail

insert

public static void insert(Any any,
                          String val)

extract

public static String extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static String read(InputStream in)

write

public static void write(OutputStream out,
                         String val)

read_value

public Serializable read_value(InputStream in)
Specified by:
read_value in interface BoxedValueHelper

write_value

public void write_value(OutputStream out,
                        Serializable val)
Specified by:
write_value in interface BoxedValueHelper

get_id

public String get_id()
Specified by:
get_id in interface BoxedValueHelper


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.