KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > IORInterceptor_3_0Helper

org.omg.PortableInterceptor
Class IORInterceptor_3_0Helper

java.lang.Object
  extended by org.omg.PortableInterceptor.IORInterceptor_3_0Helper

public static IORInterceptor_3_0 extract(Any a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void insert(Any a,
                          IORInterceptor_3_0 that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IORInterceptor_3_0Helper()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static IORInterceptor_3_0 narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static IORInterceptor_3_0 read(InputStream istream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TypeCode type()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static IORInterceptor_3_0 unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void write(OutputStream ostream,
                         IORInterceptor_3_0 value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags