Uses of Class
com.sun.xml.ws.transport.http.servlet.ServletAdapter
-
Packages that use ServletAdapter Package Description com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. -
-
Uses of ServletAdapter in com.sun.xml.ws.transport.http.servlet
Fields in com.sun.xml.ws.transport.http.servlet with type parameters of type ServletAdapter Modifier and Type Field Description List<ServletAdapter>WSServletDelegate. adaptersAllServletAdapters that are deployed in the current web application.Methods in com.sun.xml.ws.transport.http.servlet that return ServletAdapter Modifier and Type Method Description protected ServletAdapterServletAdapterList. createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)protected ServletAdapterWSServletDelegate. getTarget(jakarta.servlet.http.HttpServletRequest request)Determines whichServletAdapterserves the given request.Methods in com.sun.xml.ws.transport.http.servlet with parameters of type ServletAdapter Modifier and Type Method Description voidJAXWSRIDeploymentProbeProvider. deploy(ServletAdapter adpater)voidJAXWSRIDeploymentProbeProvider. undeploy(ServletAdapter adapter)Method parameters in com.sun.xml.ws.transport.http.servlet with type arguments of type ServletAdapter Modifier and Type Method Description protected WSServletDelegateWSServletContextListener. createDelegate(List<ServletAdapter> adapters, jakarta.servlet.ServletContext context)CreatesWSServletDelegatethat does the real work.Constructors in com.sun.xml.ws.transport.http.servlet with parameters of type ServletAdapter Constructor Description ServletConnectionImpl(ServletAdapter adapter, jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Constructor parameters in com.sun.xml.ws.transport.http.servlet with type arguments of type ServletAdapter Constructor Description WSServletDelegate(List<ServletAdapter> adapters, jakarta.servlet.ServletContext context)
-