|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
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 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。