|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
FeatureListValidatorAnnotation
public interface ImpliesWebServiceFeature
Features, Providers, and JWS implementations can implement this interface to receive a callback allowing them to modify the features enabled for a client or endpoint binding. Implementations of this interface can make any changes they like to the set of features; however, general best practice is that implementations should not override features specified by the developer. For instance, a Feature object for WS-ReliableMessaging might use this interface to automatically enable WS-Addressing (by adding the AddressingFeature), but not modify addressing if the user had already specified a different addressing version.
| Method Summary | |
|---|---|
void |
implyFeatures(WSFeatureList list)
Deprecated. Callback that may inspect the current feature list and add additional features |
| Method Detail |
|---|
void implyFeatures(WSFeatureList list)
list - Feature list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||