Class EndpointAdapter
- 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(jakarta.xml.ws.Endpoint endpoint, String urlPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()jakarta.xml.ws.spi.http.HttpContextgetContext()jakarta.xml.ws.EndpointgetEndpoint()StringgetUrlPattern()StringgetValidPath()Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".voidhandle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)voidpublish()
-
-
-
Constructor Detail
-
EndpointAdapter
public EndpointAdapter(jakarta.xml.ws.Endpoint endpoint, String urlPattern)
-
-
Method Detail
-
getEndpoint
public jakarta.xml.ws.Endpoint getEndpoint()
-
getContext
public jakarta.xml.ws.spi.http.HttpContext getContext()
-
publish
public void publish()
-
dispose
public void dispose()
-
getUrlPattern
public String getUrlPattern()
-
handle
public void handle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.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/*".
-
-