パッケージ | 説明 |
---|---|
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.