javax.xml.ws.spi.http
Class HttpContext

java.lang.Object
  extended by javax.xml.ws.spi.http.HttpContext

public abstract class HttpContext
extends Object

Since:
2.2

Field Summary
protected  HttpHandler handler
           
 
Constructor Summary
HttpContext()
           
 
Method Summary
abstract  Object getAttribute(String name)
           
abstract  Set<String> getAttributeNames()
           
abstract  String getPath()
           
 void setHandler(HttpHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected HttpHandler handler
Constructor Detail

HttpContext

public HttpContext()
Method Detail

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.