|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ExcDescriptionSeqHelper
Helper class for : ExcDescriptionSeq
Constructor Summary | |
ExcDescriptionSeqHelper()
|
Method Summary | |
static ExceptionDescription[] |
extract(Any a)
Extract ExcDescriptionSeq from an any |
static java.lang.String |
id()
Return the ExcDescriptionSeq IDL ID |
static void |
insert(Any a,
ExceptionDescription[] t)
Insert ExcDescriptionSeq into an any |
static ExceptionDescription[] |
read(InputStream istream)
Read ExcDescriptionSeq from a marshalled stream |
static TypeCode |
type()
Return the ExcDescriptionSeq TypeCode |
static void |
write(OutputStream ostream,
ExceptionDescription[] value)
Write ExcDescriptionSeq 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 ExcDescriptionSeqHelper()
Method Detail |
public static void insert(Any a, ExceptionDescription[] t)
a
- an anyt
- ExcDescriptionSeq valuepublic static ExceptionDescription[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static ExceptionDescription[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ExceptionDescription[] value)
ostream
- the output streamvalue
- ExcDescriptionSeq value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |