org.activemath.webapp.adapterrex
Class AdaptErrEx

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.activemath.webapp.adapterrex.AdaptErrEx
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AdaptErrEx
extends HttpServlet

Servlet implementation class AdaptErrEx

See Also:
Serialized Form

Constructor Summary
AdaptErrEx()
          Default constructor.
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 String executeHTTPQuery(String userid, String input, String serverUrl)
           
static void main(String[] args)
           
 String toString(Map input)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptErrEx

public AdaptErrEx()
Default constructor.

Method Detail

main

public static void main(String[] args)

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException
See Also:
HttpServlet.doGet(HttpServletRequest request, HttpServletResponse response)

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException
See Also:
HttpServlet.doPost(HttpServletRequest request, HttpServletResponse response)

toString

public String toString(Map input)

executeHTTPQuery

public String executeHTTPQuery(String userid,
                               String input,
                               String serverUrl)