public interface FeatureListValidator
WebServiceFeature instances when they are added to
the client or service binding.
WebServiceFeature classes may specify validator beans using FeatureListValidatorAnnotation.
Current behavior will allow runtime components to add features to the binding after initial validation; however, this behavior is discouraged and will not be supported in later releases of the reference implementation.
FeatureListValidatorAnnotation| Modifier and Type | Method and Description |
|---|---|
void |
validate(WSFeatureList list)
Validates feature list.
|
void validate(WSFeatureList list)
WebServiceException if the
list of features is invalid. Implementations may add features to the list or make other
changes; however, only validators belonging to features on the original list will be
invoked.list - feature listCopyright © 2015 Oracle Corporation. All rights reserved.