|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ExceptionDefSeqHelper
public class ExceptionDefSeqHelper
Helper class for : ExceptionDefSeq
Constructor Summary | |
---|---|
ExceptionDefSeqHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionDefSeqHelper()
Method Detail |
---|
public static void insert(Any a, ExceptionDef[] t)
a
- an anyt
- ExceptionDefSeq valuepublic static ExceptionDef[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static ExceptionDef[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ExceptionDef[] value)
ostream
- the output streamvalue
- ExceptionDefSeq value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |