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