IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.http
Class JSONRequestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.btt.http.XmlRequestServlet
              extended by com.ibm.btt.http.JSONRequestServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JSONRequestServlet
extends XmlRequestServlet

See Also:
Serialized Form

Constructor Summary
JSONRequestServlet()
           
 
Method Summary
protected  void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.ibm.btt.http.XmlRequestServlet
doGet, doPost, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, 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

JSONRequestServlet

public JSONRequestServlet()
Method Detail

execute

protected void execute(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException
Overrides:
execute in class XmlRequestServlet
Throws:
javax.servlet.ServletException
java.io.IOException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008