クラス
javax.xml.bind.attachment.AttachmentMarshallerの使用
- 
AttachmentMarshallerを使用しているパッケージ パッケージ 説明 javax.xml.bind 非整列化、整列化および検証機能を含む実行時バインディング・フレームワークをクライアント・アプリケーションに提供します。javax.xml.bind.helpers JAXBプロバイダのみが使用します。いくつかのjavax.xml.bindインタフェースの部分的なデフォルト実装を提供します。 - 
- 
javax.xml.bindでのAttachmentMarshallerの使用
AttachmentMarshallerを返すjavax.xml.bind内のメソッド 修飾子と型 メソッド 説明 AttachmentMarshallerMarshaller. getAttachmentMarshaller()AttachmentMarshaller型のパラメータを持つjavax.xml.bind内のメソッド 修飾子と型 メソッド 説明 voidMarshaller. setAttachmentMarshaller(AttachmentMarshaller am)XML文書内のバイナリ・データを、XMLバイナリの最適化された添付として転送可能にするコンテキストを関連付けます。 - 
javax.xml.bind.helpersでのAttachmentMarshallerの使用
AttachmentMarshallerを返すjavax.xml.bind.helpers内のメソッド 修飾子と型 メソッド 説明 AttachmentMarshallerAbstractMarshallerImpl. getAttachmentMarshaller()AttachmentMarshaller型のパラメータを持つjavax.xml.bind.helpers内のメソッド 修飾子と型 メソッド 説明 voidAbstractMarshallerImpl. setAttachmentMarshaller(AttachmentMarshaller am) 
 -