org.omg.PortableInterceptor
Class IORInfoHelper

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

public class IORInfoHelper
extends java.lang.Object


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

Constructor Detail

IORInfoHelper

public IORInfoHelper()
Method Detail

insert

public static void insert(Any a,
                          IORInfo t)

extract

public static IORInfo extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static IORInfo read(InputStream istream)

write

public static void write(OutputStream ostream,
                         IORInfo value)

narrow

public static IORInfo narrow(Object obj)

unchecked_narrow

public static IORInfo unchecked_narrow(Object obj)