| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.xml.soap.SAAJMetaFactory
public abstract class SAAJMetaFactory
SAAJ API で定義されたファクトリの実装クラスのアクセスポイントです。SAAJ 1.3 のファクトリで定義されたすべての newInstance メソッドは、このクラスのインスタンスに従い、実際のオブジェクトを作成します。SAAJ 1.2 に存在した newInstance() メソッド (SOAPFactory、MessageFactory) の実装は更新され、SAAJ 1.2 で定義されている検索が Factory 実装クラス名を検索できない場合、SAAJMetaFactory に委譲するようになりました。 
 
 
SAAJMetaFactory はサービスプロバイダのインタフェースです。このクラスの public メソッドはありません。
| コンストラクタの概要 | |
|---|---|
| protected  | SAAJMetaFactory() | 
| メソッドの概要 | |
|---|---|
| protected abstract  MessageFactory | newMessageFactory(String protocol)指定の StringプロトコルのMessageFactoryオブジェクトを作成します。 | 
| protected abstract  SOAPFactory | newSOAPFactory(String protocol)指定の StringプロトコルのSOAPFactoryオブジェクトを作成します。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
protected SAAJMetaFactory()
| メソッドの詳細 | 
|---|
protected abstract MessageFactory newMessageFactory(String protocol)
                                             throws SOAPException
String プロトコルの MessageFactory オブジェクトを作成します。
protocol - プロトコルを示す String
SOAPException - MessageFactory の作成でエラーが発生した場合SOAPConstants.SOAP_1_1_PROTOCOL, 
SOAPConstants.SOAP_1_2_PROTOCOL, 
SOAPConstants.DYNAMIC_SOAP_PROTOCOL
protected abstract SOAPFactory newSOAPFactory(String protocol)
                                       throws SOAPException
String プロトコルの SOAPFactory オブジェクトを作成します。
protocol - プロトコルを示す String
SOAPException - SOAPFactory の作成でエラーが発生した場合SOAPConstants.SOAP_1_1_PROTOCOL, 
SOAPConstants.SOAP_1_2_PROTOCOL, 
SOAPConstants.DYNAMIC_SOAP_PROTOCOL| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。