Uses of Class
org.omg.DynamicAny.MustTruncate

Packages that use MustTruncate
org.apache.yoko.orb.DynamicAny   
org.omg.DynamicAny   
 

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

Methods in org.apache.yoko.orb.DynamicAny that throw MustTruncate
 DynAny DynAnyFactory_impl.create_dyn_any_without_truncation(Any value)
           
 DynAny[] DynAnyFactory_impl.create_multiple_dyn_anys(Any[] values, boolean allow_truncate)
           
 

Uses of MustTruncate in org.omg.DynamicAny
 

Fields in org.omg.DynamicAny declared as MustTruncate
 MustTruncate MustTruncateHolder.value
           
 

Methods in org.omg.DynamicAny that return MustTruncate
static MustTruncate MustTruncateHelper.extract(Any any)
           
static MustTruncate MustTruncateHelper.read(InputStream in)
           
 

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

Methods in org.omg.DynamicAny that throw MustTruncate
 DynAny DynAnyFactoryOperations.create_dyn_any_without_truncation(Any value)
           
 DynAny[] DynAnyFactoryOperations.create_multiple_dyn_anys(Any[] values, boolean allow_truncate)
           
 

Constructors in org.omg.DynamicAny with parameters of type MustTruncate
MustTruncateHolder(MustTruncate initial)
           
 



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