< prev index next >

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

Print this page

        

*** 162,172 **** * Returna a new {@link WebServiceFeatureList} instance * that represents the features that are built into this binding ID. * * <p> * For example, {@link BindingID} for ! * <tt>"{@value SOAPBinding#SOAP11HTTP_MTOM_BINDING}"</tt> * would always return a list that has {@link MTOMFeature} enabled. */ public WebServiceFeatureList createBuiltinFeatureList() { return new WebServiceFeatureList(); } --- 162,172 ---- * Returna a new {@link WebServiceFeatureList} instance * that represents the features that are built into this binding ID. * * <p> * For example, {@link BindingID} for ! * {@code "{@value SOAPBinding#SOAP11HTTP_MTOM_BINDING}"} * would always return a list that has {@link MTOMFeature} enabled. */ public WebServiceFeatureList createBuiltinFeatureList() { return new WebServiceFeatureList(); }
*** 187,197 **** /** * Returns a parameter of this binding ID. * * <p> * Some binding ID, such as those for SOAP/HTTP, uses the URL ! * query syntax (like <tt>?mtom=true</tt>) to control * the optional part of the binding. This method obtains * the value for such optional parts. * * <p> * For implementors of the derived classes, if your binding ID --- 187,197 ---- /** * Returns a parameter of this binding ID. * * <p> * Some binding ID, such as those for SOAP/HTTP, uses the URL ! * query syntax (like {@code ?mtom=true}) to control * the optional part of the binding. This method obtains * the value for such optional parts. * * <p> * For implementors of the derived classes, if your binding ID
< prev index next >