Uses of Interface org.omg.DynamicAny.DynStruct

Uses in package org.omg.DynamicAny

Classes implementing org.omg.DynamicAny.DynStruct

class
Should provide support for remote invocation of methods on DynStruct.

Methods with parameter type org.omg.DynamicAny.DynStruct

void
Insert the DynStruct into the given Any.
void
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.

Methods with return type org.omg.DynamicAny.DynStruct

DynStruct
Extract the DynStruct from given Any.
DynStruct
Cast the passed object into the DynStruct.
DynStruct
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.
DynStruct
Narrow the given object to the DynStruct.