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