KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynAnyFactoryHelper

org.omg.DynamicAny
Class DynAnyFactoryHelper

java.lang.Object
  extended by org.omg.DynamicAny.DynAnyFactoryHelper
See Also:
Top Examples, Source Code

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


public static DynAnyFactory 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,
                          DynAnyFactory that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static DynAnyFactory 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 DynAnyFactory unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags