KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > ServiceInformationHelper

org.omg.CORBA
Class ServiceInformationHelper

java.lang.Object
  extended by org.omg.CORBA.ServiceInformationHelper
See Also:
Source Code

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


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


public ServiceInformationHelper()
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 void write(OutputStream out,
                         ServiceInformation that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags