IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.event
Class CSNotifClToSrvProtocolServlet

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

public class CSNotifClToSrvProtocolServlet
extends javax.servlet.http.HttpServlet

The CSNotifClToSrvProtocolServlet class is used to implement the response that provides event notifications from the client to the server.

See Also:
Serialized Form

Constructor Summary
CSNotifClToSrvProtocolServlet()
          This constructor creates a CSNotifClToSrvProtocolServlet object.
 
Method Summary
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method is invoked by the web server.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, 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

CSNotifClToSrvProtocolServlet

public CSNotifClToSrvProtocolServlet()
This constructor creates a CSNotifClToSrvProtocolServlet object.

Method Detail

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse res)
            throws java.io.IOException
This method is invoked by the web server.

Overrides:
doPost in class javax.servlet.http.HttpServlet
Parameters:
req - javax.servlet.http.HttpServletRequest
res - javax.servlet.http.HttpServletResponse
Throws:
java.io.IOException.
java.io.IOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009