Class WSServletDelegate

java.lang.Object
com.sun.xml.ws.transport.http.servlet.WSServletDelegate

public class WSServletDelegate extends Object
Called by WSServlet to choose HttpAdapter and sends a request to it.

One instance of this object is created, and then shared across WSServlet instances (the container might deploy many of them, depending on how the user writes web.xml.)

Author:
WS Development Team