Uses of Class
org.omg.IOP.CodecPackage.InvalidTypeForEncoding

Packages that use InvalidTypeForEncoding
org.omg.IOP   
org.omg.IOP.CodecPackage   
 

Uses of InvalidTypeForEncoding in org.omg.IOP
 

Methods in org.omg.IOP that throw InvalidTypeForEncoding
 byte[] CodecOperations.encode_value(Any data)
           
 byte[] CodecOperations.encode(Any data)
           
 

Uses of InvalidTypeForEncoding in org.omg.IOP.CodecPackage
 

Fields in org.omg.IOP.CodecPackage declared as InvalidTypeForEncoding
 InvalidTypeForEncoding InvalidTypeForEncodingHolder.value
           
 

Methods in org.omg.IOP.CodecPackage that return InvalidTypeForEncoding
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.extract(Any any)
           
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.read(InputStream in)
           
 

Methods in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding
static void InvalidTypeForEncodingHelper.insert(Any any, InvalidTypeForEncoding val)
           
static void InvalidTypeForEncodingHelper.write(OutputStream out, InvalidTypeForEncoding val)
           
 

Constructors in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding
InvalidTypeForEncodingHolder(InvalidTypeForEncoding initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.