IBM WebSphere Multichannel 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

The request servlet used for JSON request handling.

See Also:
Serialized Form

Constructor Summary
JSONRequestServlet()
           
 
Method Summary
protected  void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Execute the logic of the web2 channel using json data format
 
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
Execute the logic of the web2 channel using json data format

Overrides:
execute in class XmlRequestServlet
Parameters:
request - the HttpServletRequest object
response - the HttpServletResponse object
Throws:
javax.servlet.ServletException - if error occurs during the request processing
java.io.IOException - if IO error occurs

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009