src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java

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

*** 35,45 **** * <p> * Container provides the implementation for this and it matches * web service requests to corresponding HttpContext objects. * * @author Jitendra Kotamraju ! * @since JAX-WS 2.2 */ public abstract class HttpContext { protected HttpHandler handler; --- 35,45 ---- * <p> * Container provides the implementation for this and it matches * web service requests to corresponding HttpContext objects. * * @author Jitendra Kotamraju ! * @since 1.7, JAX-WS 2.2 */ public abstract class HttpContext { protected HttpHandler handler;