< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/ServerAdapter.java

Print this page

        

*** 67,77 **** module.getBoundEndpoints().add(this); } } /** ! * Gets the name of the endpoint as given in the <tt>sun-jaxws.xml</tt> * deployment descriptor. */ public String getName() { return name; } --- 67,77 ---- module.getBoundEndpoints().add(this); } } /** ! * Gets the name of the endpoint as given in the {@code sun-jaxws.xml} * deployment descriptor. */ public String getName() { return name; }
< prev index next >