org.omg.CORBA
Class StringValueHelper

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

public final 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 s)
           
 Serializable read_value(InputStream is)
           
static String read(InputStream in)
           
static TypeCode type()
           
 void write_value(OutputStream os, Serializable value)
           
static void write(OutputStream out, String s)
           
 
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

type

public static TypeCode type()

insert

public static void insert(Any any,
                          String s)

extract

public static String extract(Any any)

id

public static String id()

read

public static String read(InputStream in)

write

public static void write(OutputStream out,
                         String s)

read_value

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

write_value

public void write_value(OutputStream os,
                        Serializable value)
Specified by:
write_value in interface BoxedValueHelper

get_id

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


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.