JavaTM Platform
Standard Ed. 6

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

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

javax.xml.soap での MessageFactory の使用
 

MessageFactory を返す javax.xml.soap のメソッド
static MessageFactory MessageFactory.newInstance()
          新しい MessageFactory オブジェクトを作成し、デフォルトの実装インスタンスにします (SOAP 1.1)。
static MessageFactory MessageFactory.newInstance(String protocol)
          新しい MessageFactory オブジェクトを作成し、指定の実装インスタンスにします(動的なメッセージファクトリ、SOAP 1.1 メッセージファクトリ、またはSOAP 1.2 メッセージファクトリ)。
protected abstract  MessageFactory SAAJMetaFactory.newMessageFactory(String protocol)
          指定の String プロトコルの MessageFactory オブジェクトを作成します。
 

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

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


JavaTM Platform
Standard Ed. 6

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

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