Uses of Class
com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
Packages that use WSServletDelegate Package Description 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 Modifier and Type Method Description protected WSServletDelegateWSServletContextListener. createDelegate(List<ServletAdapter> adapters, javax.servlet.ServletContext context)CreatesWSServletDelegatethat does the real work.protected WSServletDelegateWSServlet. getDelegate(javax.servlet.ServletConfig servletConfig)Gets theWSServletDelegatethat we will be forwarding the requests to.
-