All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.InterfaceDescriptionHelper

java.lang.Object
    |
    +----org.omg.CORBA.InterfaceDescriptionHelper

public abstract class InterfaceDescriptionHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
struct InterfaceDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
::CORBA::RepositoryIdSeq base_interfaces;
};


Constructor Index

 o InterfaceDescriptionHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, InterfaceDescription)
 o read(InputStream)
 o type()
 o write(OutputStream, InterfaceDescription)

Constructors

 o InterfaceDescriptionHelper
public InterfaceDescriptionHelper()

Methods

 o read
public static InterfaceDescription read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         InterfaceDescription value)
 o insert
public static void insert(Any any,
                          InterfaceDescription value)
 o extract
public static InterfaceDescription extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index