com.ibm.btt.channel.sms.dlr
Class BTTDeliveryReportHandler
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.btt.channel.sms.dlr.BTTDeliveryReportHandler
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class BTTDeliveryReportHandler
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
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 |
config
DLRHandlerConfiguration config
BTTDeliveryReportHandler
public BTTDeliveryReportHandler()
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
- See Also:
init(ServletConfig arg)
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 objectresponse
- 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 objectresponse
- 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
(c) Copyright IBM Corporation 1998, 2011