org.omg.DynamicAny

Class AnySeqHelper

public abstract class AnySeqHelper extends Object

A helper operations for the array of {@link Any}. This class shares the same {@link AnySeqHolder} as the {@link org.omg.CORBA.AnySeqHelper}.
Method Summary
static Any[]extract(Any any)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#extract}.
static Stringid()
Get the AnySeq repository id.
static voidinsert(Any any, Any[] those)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#insert}.
static Any[]read(InputStream input)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#read}.
static TypeCodetype()
Get the typecode as officially defined for this helper.
static voidwrite(OutputStream output, Any[] value)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#write}.

Method Detail

extract

public static Any[] extract(Any any)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#extract}.

id

public static String id()
Get the AnySeq repository id.

Returns: "IDL:omg.org/DynamicAny/AnySeq:1.0", always.

insert

public static void insert(Any any, Any[] those)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#insert}.

read

public static Any[] read(InputStream input)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#read}.

Parameters: input a org.omg.CORBA.portable stream to read from.

type

public static TypeCode type()
Get the typecode as officially defined for this helper.

Returns: alias of unbounded sequence of Any's, named AnySeq, with the id, returned by {@link #id()}.

write

public static void write(OutputStream output, Any[] value)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#write}.