| パッケージ | 説明 |
|---|---|
| jakarta.xml.soap | SOAP メッセージを作成および構築するための API を提供します。 |
| jakarta.xml.ws.soap | このパッケージは、SOAP バインディングに固有の API を定義します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static MessageFactory | MessageFactory.newInstance() デフォルト実装(SOAP 1.1)のインスタンスである新しい MessageFactory オブジェクトを作成します。 |
static MessageFactory | MessageFactory.newInstance(StringSE protocol) 指定された実装のインスタンスである新しい MessageFactory オブジェクトを作成します。 |
protected abstract MessageFactory | SAAJMetaFactory.newMessageFactory(StringSE protocol) 指定された String プロトコルの MessageFactory オブジェクトを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
MessageFactory | SOAPBinding.getMessageFactory() この SOAP バインディングで使用される添付ファイルの MessageFactory インスタンスを含む Jakarta SOAP を取得します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.