|
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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。