|
JAX-WS v2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Feature
The Feature
annotation is used to
enable/disable a feature to use for a web service
endpoint implementation class.
Optional Element Summary | |
---|---|
boolean |
enabled
Specifies if the features is enabled or disabled. |
FeatureParameter[] |
parameters
Parameters for the specified feature. |
java.lang.String |
value
The unique identifier of feature to enable or disable; |
public abstract java.lang.String value
AddressingFeature.ID
,
MTOMFeature.ID
public abstract boolean enabled
AddressingFeature
,
MTOMFeature
public abstract FeatureParameter[] parameters
MTOMFeature
|
JAX-WS v2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2006 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.