JavaTM Platform
Standard Ed. 6

クラス
javax.xml.soap.SOAPFactory の使用

SOAPFactory を使用しているパッケージ
javax.xml.soap SOAP メッセージの作成と構築を実行する API を提供します。 
javax.xml.ws.soap このパッケージは、SOAP バインディングに固有の API を定義しています。 
 

javax.xml.soap での SOAPFactory の使用
 

SOAPFactory を返す javax.xml.soap のメソッド
static SOAPFactory SOAPFactory.newInstance()
          デフォルトの実装 (SOAP 1.1) のインスタンスである、新しい SOAPFactory を作成します。
static SOAPFactory SOAPFactory.newInstance(String protocol)
          指定した実装のインスタンスである新しい SOAPFactory オブジェクトを作成し、このメソッドは SAAJMetaFactory を使用して実装クラスの場所を特定して SOAPFactory インスタンスを作成します。
protected abstract  SOAPFactory SAAJMetaFactory.newSOAPFactory(String protocol)
          指定の String プロトコルの SOAPFactory オブジェクトを作成します。
 

javax.xml.ws.soap での SOAPFactory の使用
 

SOAPFactory を返す javax.xml.ws.soap のメソッド
 SOAPFactory SOAPBinding.getSOAPFactory()
          この SOAP バインディングによって使用される SAAJ SOAPFactory インスタンスを取得します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。