|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
JAXBContext を使用しているパッケージ | |
---|---|
javax.xml.bind | 非整列化、整列化および検証機能を含む実行時バインディングフレームワークをクライアントアプリケーションに提供します。 |
javax.xml.bind.util | 便利なクライアントユーティリティークラス パッケージの仕様 JAXB 仕様 関連ドキュメント 概要、チュートリアル、例、ガイド、およびツールのマニュアルについては、以下を参照してください。 |
javax.xml.ws | このパッケージは、コア JAX-WS API を含みます。 |
javax.xml.ws.handler.soap | このパッケージは、SOAP メッセージハンドラ用の API を定義しています。 |
javax.xml.ws.spi | このパッケージは、JAX-WS 2.0 の SPI を定義します。 |
javax.xml.bind での JAXBContext の使用 |
---|
JAXBContext を返す javax.xml.bind のメソッド | |
---|---|
static JAXBContext |
JAXBContext.newInstance(Class... classesToBeBound)
JAXBContext クラスの新しいインスタンスを取得します。 |
static JAXBContext |
JAXBContext.newInstance(Class[] classesToBeBound,
Map<String,?> properties)
JAXBContext クラスの新しいインスタンスを取得します。 |
static JAXBContext |
JAXBContext.newInstance(String contextPath)
JAXBContext クラスの新しいインスタンスを取得します。 |
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader)
JAXBContext クラスの新しいインスタンスを取得します。 |
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader,
Map<String,?> properties)
JAXBContext クラスの新しいインスタンスを取得します。 |
javax.xml.bind.util での JAXBContext の使用 |
---|
JAXBContext 型のパラメータを持つ javax.xml.bind.util のコンストラクタ | |
---|---|
JAXBResult(JAXBContext context)
非整列化するために指定された JAXBContext を使用した新しいインスタンスを作成します。 |
|
JAXBSource(JAXBContext context,
Object contentObject)
与えられたコンテンツオブジェクト用の新しい Source を作成します。 |
javax.xml.ws での JAXBContext の使用 |
---|
JAXBContext 型のパラメータを持つ javax.xml.ws のメソッド | |
---|---|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
Object |
LogicalMessage.getPayload(JAXBContext context)
JAXB オブジェクトとしてメッセージペイロードを取得します。 |
void |
LogicalMessage.setPayload(Object payload,
JAXBContext context)
メッセージのペイロードを設定します。 |
javax.xml.ws.handler.soap での JAXBContext の使用 |
---|
JAXBContext 型のパラメータを持つ javax.xml.ws.handler.soap のメソッド | |
---|---|
Object[] |
SOAPMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles)
メッセージコンテキストのメッセージから特定の修飾名を持つヘッダーを取得します。 |
javax.xml.ws.spi での JAXBContext の使用 |
---|
JAXBContext 型のパラメータを持つ javax.xml.ws.spi のメソッド | |
---|---|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
JAXB 生成オブジェクトで使用する Dispatch インスタンスを作成します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。