public class WsServlet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WEBSERVICE_CONTAINER |
Constructor and Description |
---|
WsServlet() |
WsServlet(HttpListener service) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
ServletConfig |
getServletConfig() |
java.lang.String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
service(ServletRequest req,
ServletResponse res) |
public WsServlet()
public WsServlet(HttpListener service)
public void init(ServletConfig config) throws ServletException
ServletException
public ServletConfig getServletConfig()
public java.lang.String getServletInfo()
public void service(ServletRequest req, ServletResponse res) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void destroy()