Package com.sun.xml.ws.transport.http.servlet
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.
-
ClassesClassDescriptionsun-jaxws.xml deployment probe.Keeps track of webservice start and end for sun-jaxws.xml deployments.
HttpAdapter
for servlets.List (and a factory) ofServletAdapter
.WSHTTPConnection
implemented forHttpServlet
.WebModule
that is a servlet container.The JAX-WS dispatcher servlet.Parsessun-jaxws.xml
and sets upHttpAdapter
s for all deployed endpoints.Called byWSServlet
to chooseHttpAdapter
and sends a request to it.