org.omg.DynamicAny
public abstract class AnySeqHelper extends Object
Method Summary | |
---|---|
static Any[] | extract(Any any)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#extract}. |
static String | id()
Get the AnySeq repository id.
|
static void | insert(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 TypeCode | type()
Get the typecode as officially defined for this helper.
|
static void | write(OutputStream output, Any[] value)
Delegates call to {@link org.omg.CORBA.AnySeqHelper#write}. |
Returns: "IDL:omg.org/DynamicAny/AnySeq:1.0", always.
Parameters: input a org.omg.CORBA.portable stream to read from.
Returns: alias of unbounded sequence of Any's, named AnySeq, with the id, returned by {@link #id()}.