Package com.sun.xml.ws.transport.http.servlet
Servlet transport for the JAX-WS RI.
This package glues together the servlet API and
the JAX-WS hosting API.
Compatibility
WSServlet
and WSServletContextListener class names
show up in the user application, so we need to be careful in changing them.
Other parts of the code, including actual definitions of the above classes,
are subject to change without notice.
-
Class Summary Class Description JAXWSRIDeploymentProbeProvider sun-jaxws.xml deployment probe.JAXWSRIServletProbeProvider Keeps track of webservice start and end for sun-jaxws.xml deployments.ServletAdapter HttpAdapterfor servlets.ServletAdapterList List (and a factory) ofServletAdapter.ServletConnectionImpl WSHTTPConnectionimplemented forHttpServlet.ServletModule WebModulethat is a servlet container.ServletUtil WSAsyncListener WSServlet The JAX-WS dispatcher servlet.WSServletContainerInitializer WSServletContextListener Parsessun-jaxws.xmland sets upHttpAdapters for all deployed endpoints.WSServletDelegate Called byWSServletto chooseHttpAdapterand sends a request to it.