org.omg.DynamicAny
Interface DynAnyFactoryOperations

All Known Subinterfaces:
DynAnyFactory
All Known Implementing Classes:
DynAnyFactory_impl

public interface DynAnyFactoryOperations


Method Summary
 DynAny create_dyn_any_from_type_code(TypeCode type)
           
 DynAny create_dyn_any_without_truncation(Any value)
           
 DynAny create_dyn_any(Any value)
           
 Any[] create_multiple_anys(DynAny[] values)
           
 DynAny[] create_multiple_dyn_anys(Any[] values, boolean allow_truncate)
           
 

Method Detail

create_dyn_any

DynAny create_dyn_any(Any value)
                      throws InconsistentTypeCode
Throws:
InconsistentTypeCode

create_dyn_any_from_type_code

DynAny create_dyn_any_from_type_code(TypeCode type)
                                     throws InconsistentTypeCode
Throws:
InconsistentTypeCode

create_dyn_any_without_truncation

DynAny create_dyn_any_without_truncation(Any value)
                                         throws InconsistentTypeCode,
                                                MustTruncate
Throws:
InconsistentTypeCode
MustTruncate

create_multiple_dyn_anys

DynAny[] create_multiple_dyn_anys(Any[] values,
                                  boolean allow_truncate)
                                  throws InconsistentTypeCode,
                                         MustTruncate
Throws:
InconsistentTypeCode
MustTruncate

create_multiple_anys

Any[] create_multiple_anys(DynAny[] values)


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