|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.server.Module
com.sun.xml.ws.api.server.WebModule
com.sun.xml.ws.transport.http.servlet.ServletModule
public abstract class ServletModule
WebModule that is a servlet container.
WebModule,
Module| Constructor Summary | |
|---|---|
ServletModule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContextPath(javax.servlet.http.HttpServletRequest req)
Gets the host, port, and context path portion of this module using HttpServletRequest |
| Methods inherited from class com.sun.xml.ws.api.server.WebModule |
|---|
getContextPath |
| Methods inherited from class com.sun.xml.ws.api.server.Module |
|---|
getBoundEndpoints, getSPI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletModule()
| Method Detail |
|---|
@NotNull public java.lang.String getContextPath(javax.servlet.http.HttpServletRequest req)
HttpServletRequest
This method follows the convention of the HttpServletRequest.getContextPath(),
and accepts strings like "http://myhost" (for web applications that are deployed
to the root context path), or "http://myhost/foobar" (for web applications
that are deployed to context path "/foobar")
TODO should we generify WebModule so that we could use
TODO WebModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||