Class WSServletDelegate

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

public class WSServletDelegate extends Object
Called by WSSPIServlet to choose EndpointAdapter and sends a request to it.

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

Author:
Jitendra Kotamraju