jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/HttpContext.java
changeset 25840 c2002453eec3
parent 22678 ac1ea46be942
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    35  * <p>
    35  * <p>
    36  * Container provides the implementation for this and it matches
    36  * Container provides the implementation for this and it matches
    37  * web service requests to corresponding HttpContext objects.
    37  * web service requests to corresponding HttpContext objects.
    38  *
    38  *
    39  * @author Jitendra Kotamraju
    39  * @author Jitendra Kotamraju
    40  * @since JAX-WS 2.2
    40  * @since 1.7, JAX-WS 2.2
    41  */
    41  */
    42 public abstract class HttpContext {
    42 public abstract class HttpContext {
    43 
    43 
    44     protected HttpHandler handler;
    44     protected HttpHandler handler;
    45 
    45