public class WsServlet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
POJO_CLASS |
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 static final java.lang.String POJO_CLASS
public static final java.lang.String WEBSERVICE_CONTAINER
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()