org.omg.PortableInterceptor
Class RequestInfoHelper

java.lang.Object
  |
  +--org.omg.PortableInterceptor.RequestInfoHelper

public class RequestInfoHelper
extends java.lang.Object


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

Constructor Detail

RequestInfoHelper

public RequestInfoHelper()
Method Detail

insert

public static void insert(Any a,
                          RequestInfo t)

extract

public static RequestInfo extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static RequestInfo read(InputStream istream)

write

public static void write(OutputStream ostream,
                         RequestInfo value)

narrow

public static RequestInfo narrow(Object obj)

unchecked_narrow

public static RequestInfo unchecked_narrow(Object obj)