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