< prev index next >

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

Print this page

        

*** 34,44 **** * Extension point to plug in additional {@link BindingID} parsing logic. * * <p> * When the JAX-WS RI is asked to parse a binding ID string into a {@link BindingID} * object, it uses service idiom to look for the implementations of this class ! * in the <tt>META-INF/services/...</tt>. * * @since JAX-WS 2.0.next * @author Kohsuke Kawaguchi * @see BindingID#parse(String) */ --- 34,44 ---- * Extension point to plug in additional {@link BindingID} parsing logic. * * <p> * When the JAX-WS RI is asked to parse a binding ID string into a {@link BindingID} * object, it uses service idiom to look for the implementations of this class ! * in the {@code META-INF/services/...}. * * @since JAX-WS 2.0.next * @author Kohsuke Kawaguchi * @see BindingID#parse(String) */
< prev index next >