IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.sms.inbound
Class BTTInboundMessageHandler

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.btt.channel.sms.inbound.BTTInboundMessageHandler
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BTTInboundMessageHandler
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
protected  InboundHandlerConfiguration config
           
 
Constructor Summary
BTTInboundMessageHandler()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handle the doGet request of inbound request
protected  void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handle the doPost request of inbound request
protected  void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          execute the inbound handling logic
 void init(javax.servlet.ServletConfig arg0)
           
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected InboundHandlerConfiguration config
Constructor Detail

BTTInboundMessageHandler

public BTTInboundMessageHandler()
Method Detail

init

public void init(javax.servlet.ServletConfig arg0)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      java.io.IOException
Handle the doPost request of inbound request

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

doGet

protected void doGet(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     java.io.IOException
Handle the doGet request of inbound request

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

execute

protected void execute(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException
execute the inbound handling logic

Parameters:
request -
response -
Throws:
javax.servlet.ServletException
java.io.IOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011