クラス
javax.xml.soap.AttachmentPartの使用
- 
AttachmentPartを使用しているパッケージ パッケージ 説明 javax.xml.soap SOAPメッセージを作成および構築するためのAPIを提供します。
- 
- 
javax.xml.soapでのAttachmentPartの使用AttachmentPartを返すjavax.xml.soap内のメソッド 修飾子と型 メソッド 説明 abstract AttachmentPartSOAPMessage. createAttachmentPart()空の新しいAttachmentPartオブジェクトを作成します。AttachmentPartSOAPMessage. createAttachmentPart(Object content, String contentType)AttachmentPartオブジェクトを作成し、指定したコンテンツ・タイプの指定したデータを使用して生成します。AttachmentPartSOAPMessage. createAttachmentPart(DataHandler dataHandler)AttachmentPartオブジェクトを作成し、指定したDataHandlerオブジェクトを使用して生成します。abstract AttachmentPartSOAPMessage. getAttachment(SOAPElement element)このSOAPElementが参照する添付と関連付けられたAttachmentPartオブジェクト、またはそのような添付が存在しない場合はnullを返します。型AttachmentPartの引数を持つ型を返すjavax.xml.soapのメソッド 修飾子と型 メソッド 説明 abstract Iterator<AttachmentPart>SOAPMessage. getAttachments()このSOAPMessageオブジェクトの一部であるAttachmentPartオブジェクトをすべて取得します。abstract Iterator<AttachmentPart>SOAPMessage. getAttachments(MimeHeaders headers)指定したヘッダーと一致するヘッダー・エントリのあるAttachmentPartオブジェクトをすべて取得します。AttachmentPart型のパラメータを持つjavax.xml.soap内のメソッド 修飾子と型 メソッド 説明 abstract voidSOAPMessage. addAttachmentPart(AttachmentPart attachmentPart)指定されたAttachmentPartオブジェクトをこのSOAPMessageオブジェクトに追加します。
 
-