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