Interface WSDLFeaturedObject

    • Method Detail

      • getFeature

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

        void addFeature​(@NotNull
                        javax.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.