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