Uses of Class
com.sun.xml.ws.transport.http.servlet.WSServletDelegate

Packages that use WSServletDelegate
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
 

Uses of WSServletDelegate in com.sun.xml.ws.transport.http.servlet
 

Methods in com.sun.xml.ws.transport.http.servlet that return WSServletDelegate
protected  WSServletDelegate WSServletContextListener.createDelegate(List<ServletAdapter> adapters, javax.servlet.ServletContext context)
          Creates WSServletDelegate that does the real work.
protected  WSServletDelegate WSServlet.getDelegate(javax.servlet.ServletConfig servletConfig)
          Gets the WSServletDelegate that we will be forwarding the requests to.