src/share/jaxws_classes/javax/xml/ws/EndpointContext.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 40,50 **** * <p> * This needs to be set by using {@link Endpoint#setEndpointContext} * before {@link Endpoint#publish} methods. * * @author Jitendra Kotamraju ! * @since JAX-WS 2.2 */ public abstract class EndpointContext { /** * This gives list of endpoints in an application. For e.g in --- 40,50 ---- * <p> * This needs to be set by using {@link Endpoint#setEndpointContext} * before {@link Endpoint#publish} methods. * * @author Jitendra Kotamraju ! * @since 1.7, JAX-WS 2.2 */ public abstract class EndpointContext { /** * This gives list of endpoints in an application. For e.g in