クラス
javax.xml.bind.attachment.AttachmentUnmarshallerの使用
-
AttachmentUnmarshallerを使用しているパッケージ パッケージ 説明 javax.xml.bind 非整列化、整列化および検証機能を含む実行時バインディング・フレームワークをクライアント・アプリケーションに提供します。javax.xml.bind.helpers JAXBプロバイダのみが使用します。いくつかのjavax.xml.bind
インタフェースの部分的なデフォルト実装を提供します。 -
-
javax.xml.bindでのAttachmentUnmarshallerの使用
AttachmentUnmarshallerを返すjavax.xml.bind内のメソッド 修飾子と型 メソッド 説明 AttachmentUnmarshaller
Unmarshaller. getAttachmentUnmarshaller()
AttachmentUnmarshaller型のパラメータを持つjavax.xml.bind内のメソッド 修飾子と型 メソッド 説明 void
Unmarshaller. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
cid、コンテンツID URIを、添付として渡されたバイナリ・データに解決するコンテキストを関連付けます。 -
javax.xml.bind.helpersでのAttachmentUnmarshallerの使用
AttachmentUnmarshallerを返すjavax.xml.bind.helpers内のメソッド 修飾子と型 メソッド 説明 AttachmentUnmarshaller
AbstractUnmarshallerImpl. getAttachmentUnmarshaller()
AttachmentUnmarshaller型のパラメータを持つjavax.xml.bind.helpers内のメソッド 修飾子と型 メソッド 説明 void
AbstractUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
-