-
- All Superinterfaces:
-
CodecOperations
,IDLEntity
,Object
,Serializable
public interface Codec extends CodecOperations, Object, IDLEntity
ORB服务使用的IOR组件和服务上下文数据的格式通常定义为编码IDL定义数据类型实例的CDR封装。Codec
提供了一种在它们的IDL数据类型及其CDR封装表示之间传送这些组件的机制。A
Codec
是从CodecFactory
获得的。CodecFactory
是通过致电ORB.resolve_initial_references( "CodecFactory" )
。
-
-
方法摘要
-
Methods inherited from interface org.omg.IOP.CodecOperations
decode, decode_value, encode, encode_value
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-