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 Mar 21, 2012 11:04:21 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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