jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/client/ServiceInterceptor.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    66      *      the newly created {@link WSBinding}.
    66      *      the newly created {@link WSBinding}.
    67      *
    67      *
    68      * @return
    68      * @return
    69      *      A set of features to be added to the newly created {@link WSBinding}.
    69      *      A set of features to be added to the newly created {@link WSBinding}.
    70      *      Can be empty but never null.
    70      *      Can be empty but never null.
    71      *      <tt>defaultFeatures</tt> will take precedence over what this method
    71      *      {@code defaultFeatures} will take precedence over what this method
    72      *      would return (because it includes user-specified ones which will
    72      *      would return (because it includes user-specified ones which will
    73      *      take the at-most priority), but features you return from this method
    73      *      take the at-most priority), but features you return from this method
    74      *      will take precedence over {@link BindingID}'s
    74      *      will take precedence over {@link BindingID}'s
    75      *      {@link BindingID#createBuiltinFeatureList() implicit features}.
    75      *      {@link BindingID#createBuiltinFeatureList() implicit features}.
    76      */
    76      */