org.jacorb.orb.dynany
Class DynAnyFactoryImpl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.jacorb.orb.dynany.DynAnyFactoryImpl
All Implemented Interfaces:
java.io.Serializable, Object, IDLEntity, DynAnyFactory, DynAnyFactoryOperations

public class DynAnyFactoryImpl
extends LocalObject
implements DynAnyFactory

Version:
$Id: DynAnyFactoryImpl.java,v 1.16 2006/05/19 22:23:31 alphonse.bendt Exp $
Author:
Gerald Brose, FU Berlin
See Also:
Serialized Form

Constructor Summary
DynAnyFactoryImpl(ORB orb)
           
 
Method Summary
 DynAny create_dyn_any_from_type_code(TypeCode typeCode)
           
 DynAny create_dyn_any(Any value)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

DynAnyFactoryImpl

public DynAnyFactoryImpl(ORB orb)
Method Detail

create_dyn_any

public DynAny create_dyn_any(Any value)
                      throws InconsistentTypeCode
Specified by:
create_dyn_any in interface DynAnyFactoryOperations
Throws:
InconsistentTypeCode

create_dyn_any_from_type_code

public DynAny create_dyn_any_from_type_code(TypeCode typeCode)
                                     throws InconsistentTypeCode
Specified by:
create_dyn_any_from_type_code in interface DynAnyFactoryOperations
Throws:
InconsistentTypeCode