< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtension.java

Print this page

        

*** 133,143 **** * * <h2>Discovery</h2> * <p> * The JAX-WS RI locates the implementation of {@link WSDLParserExtension}s * by using the standard service look up mechanism, in particular looking for ! * <tt>META-INF/services/com.sun.xml.internal.ws.api.wsdl.parser.WSDLParserExtension</tt> * * * <h2>TODO</h2> * <p> * As it's designed today, extensions cannot access to any of the environmental --- 133,143 ---- * * <h2>Discovery</h2> * <p> * The JAX-WS RI locates the implementation of {@link WSDLParserExtension}s * by using the standard service look up mechanism, in particular looking for ! * {@code META-INF/services/com.sun.xml.internal.ws.api.wsdl.parser.WSDLParserExtension} * * * <h2>TODO</h2> * <p> * As it's designed today, extensions cannot access to any of the environmental
< prev index next >