#include <IOP_CodecC.h>
Inheritance diagram for IOP::CodecFactory:
Public Types | |
typedef CodecFactory_ptr | _ptr_type |
typedef CodecFactory_var | _var_type |
Public Methods | |
virtual::IOP::Codec_ptr | create_codec (const IOP::Encoding &enc ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , IOP::CodecFactory::UnknownEncoding ) |
virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Methods | |
CodecFactory_ptr | _duplicate (CodecFactory_ptr obj) |
CodecFactory_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
CodecFactory_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
CodecFactory_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Public Attributes | |
static::CORBA::TypeCode_ptr | _tc_UnknownEncoding |
Protected Methods | |
CodecFactory (void) | |
virtual | ~CodecFactory (void) |
Private Methods | |
CodecFactory (const CodecFactory &) | |
void | operator= (const CodecFactory &) |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA::Object. |
|
|
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. |
|
Return a NULL object.
Reimplemented from CORBA::Object. |
|
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object. |
|
|
|
Implemented in TAO_CodecFactory. |
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. |
|
|
|
Initial value: &_tc_TAO_tc_IOP_CodecFactory_UnknownEncoding |