org.omg.PortableInterceptor
public abstract class ObjectReferenceTemplateHelper extends Object
Method Summary | |
---|---|
static ObjectReferenceTemplate | extract(Any any)
Extract the ObjectReferenceTemplate from given Any.
|
static String | id()
Get the ObjectReferenceTemplate repository id.
|
static void | insert(Any any, ObjectReferenceTemplate that)
Insert the ObjectReferenceTemplate into the given Any.
|
static ObjectReferenceTemplate | read(InputStream input)
Read the object reference template (as the value type). |
static TypeCode | type()
Get the type code of the {@link ObjectReferenceTemplate}.
|
static void | write(OutputStream output, ObjectReferenceTemplate value)
Write the object reference template (as the value type). |
Throws: BAD_OPERATION if the passed Any does not contain ObjectReferenceTemplate.
Returns: "IDL:omg.org/PortableInterceptor/ObjectReferenceTemplate:1.0", always.
Parameters: any the Any to insert into. that the ObjectReferenceTemplate to insert.
Returns: value type type code, named ObjectReferenceTemplate, no members, abstract.