com.caucho.jws
Class NullCallServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
NullCallServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse resp)
          Process a GET or HEAD request
 void doIt(HttpServletRequest req, HttpServletResponse resp)
           
 void doPost(HttpServletRequest req, HttpServletResponse resp)
          Process a POST request
 void sendResponse(HttpServletRequest req, HttpServletResponse resp)
           
 void sendWsdl(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
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
 

Constructor Detail

NullCallServlet

public NullCallServlet()
Method Detail

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 request
resp - 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 request
resp - 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