| パッケージ | 説明 | 
|---|---|
| javax.xml.soap | SOAPメッセージを作成および構築するためのAPIを提供します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| 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を返します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| abstract void | SOAPMessage. addAttachmentPart(AttachmentPart AttachmentPart)指定された AttachmentPartオブジェクトをこのSOAPMessageオブジェクトに追加します。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
 Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.