org.omg.DynamicAny
Interface DynAnyFactoryOperations
- All Known Subinterfaces:
- DynAnyFactory
- All Known Implementing Classes:
- DynAnyFactory_impl
public interface DynAnyFactoryOperations
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.