public final class ValueBaseHelper extends Object
ValueBaseHelper has been implemented as the
org.omg.CORBA.ValueBaseHelper provided by OMG does not implement any
of the methods and exists only to allow the org,omg packages to be
compiled. The ORB Vendor must supply an implementation of the class.
see ofj/idl/omg-03-01-02/org/omg/CORBA/ValueBaseHelper.java| Constructor and Description |
|---|
ValueBaseHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Serializable value) |
static Serializable |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
Serializable value) |
public static void insert(Any any, Serializable value)
public static Serializable extract(Any any)
public static TypeCode type()
public static String id()
public static Serializable read(InputStream in)
public static void write(OutputStream out, Serializable value)
Copyright © 2017 JacORB. All rights reserved.