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