com.caucho.jws
Class NullCallServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.jws.NullCallServlet
- All Implemented Interfaces:
- java.io.Serializable, Servlet, ServletConfig
public class NullCallServlet
- extends HttpServlet
A bogus SOAP null-call for testing purposes
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NullCallServlet
public NullCallServlet()
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Description copied from class:
HttpServlet
- Process a POST request
- Overrides:
doPost in class HttpServlet
- Parameters:
req - the client requestresp - response to the client
- Throws:
ServletException
java.io.IOException
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Description copied from class:
HttpServlet
- Process a GET or HEAD request
- Overrides:
doGet in class HttpServlet
- Parameters:
req - the client requestresp - response to the client
- Throws:
ServletException
java.io.IOException
doIt
public void doIt(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
sendResponse
public void sendResponse(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
sendWsdl
public void sendWsdl(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException