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