Package com.sun.xml.ws.transport.http.servlet

Servlet transport for the JAX-WS RI.

See:
          Description

Class Summary
JAXWSRIDeploymentProbeProvider sun-jaxws.xml deployment probe.
JAXWSRIServletProbeProvider Keeps track of webservice start and end for sun-jaxws.xml deployments.
ServletAdapter HttpAdapter for servlets.
ServletAdapterList List (and a factory) of ServletAdapter.
ServletConnectionImpl WSHTTPConnection implemented for HttpServlet.
ServletContainer Provides access to ServletContext via Container.
ServletModule WebModule that is a servlet container.
ServletResourceLoader ResourceLoader backed by ServletContext.
ServletUtil  
WSAsyncListener  
WSServlet The JAX-WS dispatcher servlet.
WSServletContainerInitializer
Exception Summary
WSServletException  
 

Package com.sun.xml.ws.transport.http.servlet Description

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 appliation, 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.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.