com.sun.xml.ws.transport.httpspi.servlet
Class EndpointHttpContext

java.lang.Object
  extended by javax.xml.ws.spi.http.HttpContext
      extended by com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext

public final class EndpointHttpContext
extends HttpContext

Author:
Jitendra Kotamraju

Field Summary
 
Fields inherited from class javax.xml.ws.spi.http.HttpContext
handler
 
Constructor Summary
EndpointHttpContext(String urlPattern)
           
 
Method Summary
 Object getAttribute(String name)
           
 Set<String> getAttributeNames()
           
 String getPath()
           
 
Methods inherited from class javax.xml.ws.spi.http.HttpContext
setHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointHttpContext

public EndpointHttpContext(String urlPattern)
Method Detail

getPath

public String getPath()
Specified by:
getPath in class HttpContext

getAttribute

public Object getAttribute(String name)
Specified by:
getAttribute in class HttpContext

getAttributeNames

public Set<String> getAttributeNames()
Specified by:
getAttributeNames in class HttpContext


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.