< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/client/ServiceInterceptor.java

Print this page

        

*** 66,76 **** * the newly created {@link WSBinding}. * * @return * A set of features to be added to the newly created {@link WSBinding}. * Can be empty but never null. ! * <tt>defaultFeatures</tt> will take precedence over what this method * would return (because it includes user-specified ones which will * take the at-most priority), but features you return from this method * will take precedence over {@link BindingID}'s * {@link BindingID#createBuiltinFeatureList() implicit features}. */ --- 66,76 ---- * the newly created {@link WSBinding}. * * @return * A set of features to be added to the newly created {@link WSBinding}. * Can be empty but never null. ! * {@code defaultFeatures} will take precedence over what this method * would return (because it includes user-specified ones which will * take the at-most priority), but features you return from this method * will take precedence over {@link BindingID}'s * {@link BindingID#createBuiltinFeatureList() implicit features}. */
< prev index next >