JavaTM Platform
Standard Ed. 6

クラス
javax.xml.soap.AttachmentPart の使用

AttachmentPart を使用しているパッケージ
javax.xml.soap SOAP メッセージの作成と構築を実行する API を提供します。 
 

javax.xml.soap での AttachmentPart の使用
 

AttachmentPart を返す javax.xml.soap のメソッド
abstract  AttachmentPart SOAPMessage.createAttachmentPart()
          新しい空の AttachmentPart オブジェクトを作成します。
 AttachmentPart SOAPMessage.createAttachmentPart(DataHandler dataHandler)
          AttachmentPart オブジェクトを作成し、指定した DataHandler オブジェクトを使用して生成します。
 AttachmentPart SOAPMessage.createAttachmentPart(Object content, String contentType)
          AttachmentPart オブジェクトを作成し、指定したコンテンツタイプの指定したデータを使用して生成します。
abstract  AttachmentPart SOAPMessage.getAttachment(SOAPElement element)
          この SOAPElement が参照する添付と関連付けられた AttachmentPart オブジェクト、またはそのような添付が存在しない場合は null を返します。
 

AttachmentPart 型のパラメータを持つ javax.xml.soap のメソッド
abstract  void SOAPMessage.addAttachmentPart(AttachmentPart AttachmentPart)
          指定した AttachmentPart オブジェクトをこの SOAPMessage オブジェクトに追加します。
 


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 も参照してください。