Uses of Interface
org.omg.DynamicAny.DynAnyFactory
-
Packages that use DynAnyFactory 软件包 描述 org.omg.DynamicAny 提供类和接口,可以在运行时遍历与any
相关联的数据值,并提取数据值的原始组成部分。 -
-
Uses of DynAnyFactory in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynAnyFactory Modifier and Type Class 描述 class
_DynAnyFactoryStub
可以通过调用DynAnyFactory对象上的操作来创建DynAny对象。Methods in org.omg.DynamicAny that return DynAnyFactory Modifier and Type 方法 描述 static DynAnyFactory
DynAnyFactoryHelper. extract(Any a)
static DynAnyFactory
DynAnyFactoryHelper. narrow(Object obj)
static DynAnyFactory
DynAnyFactoryHelper. read(InputStream istream)
static DynAnyFactory
DynAnyFactoryHelper. unchecked_narrow(Object obj)
Methods in org.omg.DynamicAny with parameters of type DynAnyFactory Modifier and Type 方法 描述 static void
DynAnyFactoryHelper. insert(Any a, DynAnyFactory that)
static void
DynAnyFactoryHelper. write(OutputStream ostream, DynAnyFactory value)
-