Interface WSDLFeaturedObject

    • Method Detail

      • getFeature

        @Nullable
        <F extends jakarta.xml.ws.WebServiceFeature> F getFeature​(@NotNull
                                                                  Class<F> featureType)
      • getFeatures

        @NotNull
        WSFeatureList getFeatures()
        Gets the feature list associated with this object.
      • addFeature

        void addFeature​(@NotNull
                        jakarta.xml.ws.WebServiceFeature feature)
        Enables a WebServiceFeature based upon policy assertions on this port. This method would be called during WSDL parsing by WS-Policy code.