org.omg.GIOP
Class SystemExceptionReplyBodyHelper

java.lang.Object
  |
  +--org.omg.GIOP.SystemExceptionReplyBodyHelper

public class SystemExceptionReplyBodyHelper
extends java.lang.Object


Constructor Summary
SystemExceptionReplyBodyHelper()
           
 
Method Summary
static SystemExceptionReplyBody extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, SystemExceptionReplyBody t)
           
static SystemExceptionReplyBody read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, SystemExceptionReplyBody value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemExceptionReplyBodyHelper

public SystemExceptionReplyBodyHelper()
Method Detail

insert

public static void insert(Any a,
                          SystemExceptionReplyBody t)

extract

public static SystemExceptionReplyBody extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SystemExceptionReplyBody read(InputStream istream)

write

public static void write(OutputStream ostream,
                         SystemExceptionReplyBody value)