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