Uses of Class
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode

Packages that use InconsistentTypeCode
org.apache.yoko.orb.DynamicAny   
org.omg.DynamicAny   
org.omg.DynamicAny.DynAnyFactoryPackage   
 

Uses of InconsistentTypeCode in org.apache.yoko.orb.DynamicAny
 

Methods in org.apache.yoko.orb.DynamicAny that throw InconsistentTypeCode
 DynAny DynAnyFactory_impl.create_dyn_any_from_type_code(TypeCode tc)
           
 DynAny DynAnyFactory_impl.create_dyn_any_without_truncation(Any value)
           
 DynAny DynAnyFactory_impl.create_dyn_any(Any value)
           
 DynAny[] DynAnyFactory_impl.create_multiple_dyn_anys(Any[] values, boolean allow_truncate)
           
 DynAny DynAnyFactory_impl.prepare_dyn_any_from_type_code(TypeCode tc, DynValueReader dvr)
           
 DynAny DynValueReader.readValue(InputStream in, TypeCode tc)
           
 

Uses of InconsistentTypeCode in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that throw InconsistentTypeCode
 DynAny DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type)
           
 DynAny DynAnyFactoryOperations.create_dyn_any_without_truncation(Any value)
           
 DynAny DynAnyFactoryOperations.create_dyn_any(Any value)
           
 DynAny[] DynAnyFactoryOperations.create_multiple_dyn_anys(Any[] values, boolean allow_truncate)
           
 

Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
 

Fields in org.omg.DynamicAny.DynAnyFactoryPackage declared as InconsistentTypeCode
 InconsistentTypeCode InconsistentTypeCodeHolder.value
           
 

Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode
static InconsistentTypeCode InconsistentTypeCodeHelper.extract(Any any)
           
static InconsistentTypeCode InconsistentTypeCodeHelper.read(InputStream in)
           
 

Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode
static void InconsistentTypeCodeHelper.insert(Any any, InconsistentTypeCode val)
           
static void InconsistentTypeCodeHelper.write(OutputStream out, InconsistentTypeCode val)
           
 

Constructors in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode
InconsistentTypeCodeHolder(InconsistentTypeCode initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.