Uses of Interface org.omg.DynamicAny.DynAnyFactory

Uses in package org.omg.DynamicAny

Classes implementing org.omg.DynamicAny.DynAnyFactory

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

Methods with parameter type org.omg.DynamicAny.DynAnyFactory

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

Methods with return type org.omg.DynamicAny.DynAnyFactory

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