JavaTM Platform
Standard Ed. 6

クラス
org.omg.IOP.CodecPackage.InvalidTypeForEncoding の使用

InvalidTypeForEncoding を使用しているパッケージ
org.omg.IOP このパッケージには、OMG 文書『The Common Object Request Broker: Architecture and Specification』 (http://cgi.omg.org/cgi-bin/doc?formal/99-10-07、13.6 節) に指定された IOP モジュールが含まれます。 
org.omg.IOP.CodecPackage このパッケージは、IOP::Codec IDL インタフェース定義から生成されます。 
 

org.omg.IOP での InvalidTypeForEncoding の使用
 

InvalidTypeForEncoding をスローする org.omg.IOP のメソッド
 byte[] CodecOperations.encode_value(Any data)
          この Codec に有効なエンコード形式に基づいて、指定された any をバイト配列に変換します。
 byte[] CodecOperations.encode(Any data)
          この Codec に有効なエンコード形式に基づいて、指定された any をバイト配列に変換します。
 

org.omg.IOP.CodecPackage での InvalidTypeForEncoding の使用
 

InvalidTypeForEncoding を返す org.omg.IOP.CodecPackage のメソッド
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.extract(Any a)
           
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.read(InputStream istream)
           
 

InvalidTypeForEncoding 型のパラメータを持つ org.omg.IOP.CodecPackage のメソッド
static void InvalidTypeForEncodingHelper.insert(Any a, InvalidTypeForEncoding that)
           
static void InvalidTypeForEncodingHelper.write(OutputStream ostream, InvalidTypeForEncoding value)
           
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。