com.sun.xml.ws.api
Annotation Type FeatureListValidatorAnnotation
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FeatureListValidatorAnnotation
This annotation should be used on classes that extend WebServiceFeature in
order to specify the type of FeatureListValidator bean that will be invoked when
instances of the WebServiceFeature class are included in the list of features
that are added to a client or service binding.
- Since:
- 2.2.8
|
Required Element Summary |
Class<? extends FeatureListValidator> |
bean
The FeatureListValidator bean that is associated
with the FeatureListValidator annotation |
bean
public abstract Class<? extends FeatureListValidator> bean
- The
FeatureListValidator bean that is associated
with the FeatureListValidator annotation
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.