Module com.sun.xml.ws.jaxws
Class EndpointHttpContext
- java.lang.Object
-
- javax.xml.ws.spi.http.HttpContext
-
- 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
Constructors Constructor Description EndpointHttpContext(String urlPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String name)Set<String>getAttributeNames()StringgetPath()-
Methods inherited from class javax.xml.ws.spi.http.HttpContext
setHandler
-
-
-
-
Constructor Detail
-
EndpointHttpContext
public EndpointHttpContext(String urlPattern)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin classHttpContext
-
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttributein classHttpContext
-
getAttributeNames
public Set<String> getAttributeNames()
- Specified by:
getAttributeNamesin classHttpContext
-
-