Uses of Class
com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
Packages that use WSServletDelegate Package Description com.sun.xml.ws.transport.httpspi.servlet -
-
Uses of WSServletDelegate in com.sun.xml.ws.transport.httpspi.servlet
Methods in com.sun.xml.ws.transport.httpspi.servlet that return WSServletDelegate Modifier and Type Method Description protected WSServletDelegateWSSPIContextListener. createDelegate(List<EndpointAdapter> adapters, jakarta.servlet.ServletContext context)CreatesWSServletDelegatethat does the real work.protected WSServletDelegateWSSPIServlet. getDelegate(jakarta.servlet.ServletConfig servletConfig)Gets theWSServletDelegatethat we will be forwarding the requests to.
-