org.omg.CORBA
Class WStringValueHelper

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

public final class WStringValueHelper
extends java.lang.Object
implements BoxedValueHelper


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

Constructor Detail

WStringValueHelper

public WStringValueHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          java.lang.String s)

extract

public static java.lang.String extract(Any any)

id

public static java.lang.String id()

read

public static java.lang.String read(InputStream in)

write

public static void write(OutputStream out,
                         java.lang.String s)

read_value

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

write_value

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

get_id

public java.lang.String get_id()
Specified by:
get_id in interface BoxedValueHelper


Copyright © 2009. All Rights Reserved.