org.omg.GIOP
Class RequestHeader_1_1Helper

java.lang.Object
  extended by org.omg.GIOP.RequestHeader_1_1Helper

public abstract class RequestHeader_1_1Helper
extends Object

org/omg/GIOP/RequestHeader_1_1Helper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GIOP.idl Saturday, November 26, 2011 9:53:36 PM UTC


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

Constructor Detail

RequestHeader_1_1Helper

public RequestHeader_1_1Helper()
Method Detail

insert

public static void insert(Any a,
                          RequestHeader_1_1 that)

extract

public static RequestHeader_1_1 extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static RequestHeader_1_1 read(InputStream istream)

write

public static void write(OutputStream ostream,
                         RequestHeader_1_1 value)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.