org.omg.Dynamic
Class ExceptionListHelper
java.lang.Object
|
+--org.omg.Dynamic.ExceptionListHelper
- public class ExceptionListHelper
- extends java.lang.Object
Helper class for : ExceptionList
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionListHelper
public ExceptionListHelper()
insert
public static void insert(Any a,
TypeCode[] t)
- Insert ExceptionList into an any
- Parameters:
a
- an anyt
- ExceptionList value
extract
public static TypeCode[] extract(Any a)
- Extract ExceptionList from an any
- Parameters:
a
- an any- Returns:
- the extracted ExceptionList value
type
public static TypeCode type()
- Return the ExceptionList TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the ExceptionList IDL ID
- Returns:
- an ID
read
public static TypeCode[] read(InputStream istream)
- Read ExceptionList from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed ExceptionList value
write
public static void write(OutputStream ostream,
TypeCode[] value)
- Write ExceptionList into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- ExceptionList value