Interface ImpliesWebServiceFeature


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.
Since:
2.2.6
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Callback that may inspect the current feature list and add additional features
  • Method Details

    • implyFeatures

      void implyFeatures(WSFeatureList list)
      Deprecated.
      Callback that may inspect the current feature list and add additional features
      Parameters:
      list - Feature list