org.omg.GIOP
Class ReplyStatusType_1_2Helper

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

public class ReplyStatusType_1_2Helper
extends java.lang.Object


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

Constructor Detail

ReplyStatusType_1_2Helper

public ReplyStatusType_1_2Helper()
Method Detail

insert

public static void insert(Any a,
                          ReplyStatusType_1_2 t)

extract

public static ReplyStatusType_1_2 extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ReplyStatusType_1_2 read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ReplyStatusType_1_2 value)