public abstract class ObjectReferenceFactoryHelper extends java.lang.Object
ObjectReferenceFactory.| Constructor and Description |
|---|
ObjectReferenceFactoryHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectReferenceFactory |
extract(org.omg.CORBA.Any any)
Extract the ObjectReferenceFactory from given Any.
|
static java.lang.String |
id()
Get the ObjectReferenceFactory repository id.
|
static void |
insert(org.omg.CORBA.Any any,
ObjectReferenceFactory that)
Insert the ObjectReferenceFactory into the given Any.
|
static ObjectReferenceFactory |
read(org.omg.CORBA.portable.InputStream input)
Read the ObjectReferenceFactory from the CDR intput stream
(ValueBase type expected).
|
static org.omg.CORBA.TypeCode |
type()
Get the type code of the
ObjectReferenceFactory. |
static void |
write(org.omg.CORBA.portable.OutputStream output,
ObjectReferenceFactory value)
Write the ObjectReferenceFactory to the CDR output stream (as a ValueBase).
|
public ObjectReferenceFactoryHelper()
public static org.omg.CORBA.TypeCode type()
ObjectReferenceFactory.public static void insert(org.omg.CORBA.Any any, ObjectReferenceFactory that)
any - the Any to insert into.that - the ObjectReferenceFactory to insert.public static ObjectReferenceFactory extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain ObjectReferenceFactory.public static java.lang.String id()
public static ObjectReferenceFactory read(org.omg.CORBA.portable.InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static void write(org.omg.CORBA.portable.OutputStream output, ObjectReferenceFactory value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.