public abstract class AnySeqHelper extends java.lang.Object
Any. This class shares
the same AnySeqHolder as the AnySeqHelper.| Constructor and Description |
|---|
AnySeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.omg.CORBA.Any[] |
extract(org.omg.CORBA.Any any)
Delegates call to
AnySeqHelper.extract(org.omg.CORBA.Any). |
static java.lang.String |
id()
Get the AnySeq repository id.
|
static void |
insert(org.omg.CORBA.Any any,
org.omg.CORBA.Any[] those)
Delegates call to
AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[]). |
static org.omg.CORBA.Any[] |
read(org.omg.CORBA.portable.InputStream input)
Delegates call to
AnySeqHelper.read(org.omg.CORBA.portable.InputStream). |
static org.omg.CORBA.TypeCode |
type()
Get the typecode as officially defined for this helper.
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
org.omg.CORBA.Any[] value)
Delegates call to
AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[]). |
public AnySeqHelper()
public static org.omg.CORBA.Any[] extract(org.omg.CORBA.Any any)
AnySeqHelper.extract(org.omg.CORBA.Any).public static java.lang.String id()
public static void insert(org.omg.CORBA.Any any, org.omg.CORBA.Any[] those)
AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[]).public static org.omg.CORBA.Any[] read(org.omg.CORBA.portable.InputStream input)
AnySeqHelper.read(org.omg.CORBA.portable.InputStream).input - a org.omg.CORBA.portable stream to read from.public static org.omg.CORBA.TypeCode type()
id().public static void write(org.omg.CORBA.portable.OutputStream output, org.omg.CORBA.Any[] value)
AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[]).