public class ExceptionDefSeqHelper
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionDefSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionDef[] |
extract(Any a)
Extract ExceptionDefSeq from an any
|
static java.lang.String |
id()
Return the ExceptionDefSeq IDL ID
|
static void |
insert(Any a,
ExceptionDef[] t)
Insert ExceptionDefSeq into an any
|
static ExceptionDef[] |
read(InputStream istream)
Read ExceptionDefSeq from a marshalled stream
|
static TypeCode |
type()
Return the ExceptionDefSeq TypeCode
|
static void |
write(OutputStream ostream,
ExceptionDef[] value)
Write ExceptionDefSeq into a marshalled stream
|
public static void insert(Any a, ExceptionDef[] t)
a - an anyt - ExceptionDefSeq valuepublic static ExceptionDef[] extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ExceptionDef[] read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ExceptionDef[] value)
ostream - the output streamvalue - ExceptionDefSeq value