org.openorb.orb.test.rmi.complex
Class IDLStructHelper
java.lang.Object
org.openorb.orb.test.rmi.complex.IDLStructHelper
public abstract class IDLStructHelper
- extends java.lang.Object
This class is used to test the mapping for IDLEntities other
than org.omg.CORBA.Any and org.omg.CORBA.TypeCode.
- Author:
- Michael Rumpf
Method Summary |
static IDLStruct |
extract(org.omg.CORBA.Any a)
|
static java.lang.String |
id()
|
static void |
insert(org.omg.CORBA.Any a,
IDLStruct that)
|
static IDLStruct |
read(org.omg.CORBA.portable.InputStream istream)
|
static org.omg.CORBA.TypeCode |
type()
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
IDLStruct value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
insert
public static void insert(org.omg.CORBA.Any a,
IDLStruct that)
extract
public static IDLStruct extract(org.omg.CORBA.Any a)
type
public static org.omg.CORBA.TypeCode type()
id
public static java.lang.String id()
read
public static IDLStruct read(org.omg.CORBA.portable.InputStream istream)
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
IDLStruct value)