- java.lang.Object
-
- com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
-
public final class EndpointAdapter extends Object
- Author:
- Jitendra Kotamraju
-
-
Constructor Summary
Constructors Constructor Description EndpointAdapter(Endpoint endpoint, String urlPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()HttpContextgetContext()EndpointgetEndpoint()StringgetUrlPattern()StringgetValidPath()Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".voidhandle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidpublish()
-
-
-
Method Detail
-
getEndpoint
public Endpoint getEndpoint()
-
getContext
public HttpContext getContext()
-
publish
public void publish()
-
dispose
public void dispose()
-
getUrlPattern
public String getUrlPattern()
-
handle
public void handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
getValidPath
public String getValidPath()
Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".
-
-