|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 必須 | オプション | 詳細: 要素 | |||||||||
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceFeatureAnnotation
ほかの注釈を WebServiceFeature として識別するために使用される注釈です。
この注釈が付けられた各 WebServiceFeature 注釈には、デフォルト値 true が設定された boolean 型の enabled プロパティーが含まれている必要があります。JAX-WS では次の WebServiceFeature 注釈 (Addressing、MTOM、RespectBinding) が定義されていますが、ほかの機能のベンダー固有の注釈を実装で定義することもできます。JAX-WS 実装では、認識できないまたはサポートしていない WebServiceFeatureAnnotation 注釈の付いた注釈が見つかった場合、エラーを示す必要があります。
Addressing,
MTOM,
RespectBinding| 必須要素の概要 | |
|---|---|
Class<? extends WebServiceFeature> |
bean
WebServiceFeature 注釈に関連付けられた WebServiceFeature Bean です。 |
String |
id
WebServiceFeature の一意の識別子です。 |
| 要素の詳細 |
|---|
public abstract String id
public abstract Class<? extends WebServiceFeature> bean
WebServiceFeature 注釈に関連付けられた WebServiceFeature Bean です。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 必須 | オプション | 詳細: 要素 | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。