org.omg.IOP
Interface CodecOperations

All Known Subinterfaces:
Codec
All Known Implementing Classes:
_CodecLocalBase, Codec_CDR_1_0_Impl, CodecImpl, CodecLocalTie

public interface CodecOperations

Generated from IDL interface "Codec".

Version:
generated at Jan 1, 2011 11:42:53 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 Any decode_value(byte[] data, TypeCode tc)
           
 Any decode(byte[] data)
           
 byte[] encode_value(Any data)
           
 byte[] encode(Any data)
           
 

Method Detail

encode

byte[] encode(Any data)
              throws InvalidTypeForEncoding
Throws:
InvalidTypeForEncoding

decode

Any decode(byte[] data)
           throws FormatMismatch
Throws:
FormatMismatch

encode_value

byte[] encode_value(Any data)
                    throws InvalidTypeForEncoding
Throws:
InvalidTypeForEncoding

decode_value

Any decode_value(byte[] data,
                 TypeCode tc)
                 throws TypeMismatch,
                        FormatMismatch
Throws:
TypeMismatch
FormatMismatch