javax.xml.ws.spi.http
Class HttpContext
java.lang.Object
javax.xml.ws.spi.http.HttpContext
public abstract class HttpContext
- extends Object
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handler
protected HttpHandler handler
HttpContext
public HttpContext()
getAttribute
public abstract Object getAttribute(String name)
getAttributeNames
public abstract Set<String> getAttributeNames()
getPath
public abstract String getPath()
setHandler
public void setHandler(HttpHandler handler)
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.