IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.ajax
Class AjaxRequestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.btt.cs.servlet.CSReqServlet
              extended by com.ibm.btt.cs.ajax.AjaxRequestServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AjaxRequestServlet
extends CSReqServlet

See Also:
Serialized Form

Constructor Summary
AjaxRequestServlet()
           
 
Method Summary
protected  ChannelRequest getChannelRequest(javax.servlet.http.HttpServletRequest req)
          This method is used for subclass to override to provide the customized request object
protected  void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Defines the process flow to execute a request.
 
Methods inherited from class com.ibm.btt.cs.servlet.CSReqServlet
getChannelDriver, getChannelResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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

AjaxRequestServlet

public AjaxRequestServlet()
Method Detail

getChannelRequest

protected ChannelRequest getChannelRequest(javax.servlet.http.HttpServletRequest req)
Description copied from class: CSReqServlet
This method is used for subclass to override to provide the customized request object

Overrides:
getChannelRequest in class CSReqServlet
Parameters:
req - the request
Returns:
the request wrapper

service

protected void service(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res)
                throws javax.servlet.ServletException,
                       java.io.IOException
Description copied from class: CSReqServlet
Defines the process flow to execute a request. This method is the entry point for each request coming to this servlet. note This method is valid for requests sent using the GET method and requests sent using the POST method.

Overrides:
service in class CSReqServlet
Parameters:
req - HttpServletRequest
res - HttpServletResponse
Throws:
javax.servlet.ServletException
java.io.IOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011