com.ibm.wsspi.sip.converge
Class ConvergedServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.wsspi.sip.converge.ConvergedServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public abstract class ConvergedServlet
- extends javax.servlet.http.HttpServlet
- implements javax.servlet.Servlet
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
SIP_FACTORY
The string "javax.servlet.sip.SipFactory". |
static java.lang.String |
TIMER_SERVICE
The string "javax.servlet.sip.TimerService". |
Method Summary |
javax.servlet.ServletContext |
getServletContext()
|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
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, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Servlet |
destroy, getServletConfig, getServletInfo, init, service |
SIP_FACTORY
public static final java.lang.String SIP_FACTORY
- The string "javax.servlet.sip.SipFactory". This is the name of
the
ServletContext
attribute whose value is an
instance of the SipFactory
interface.
- See Also:
SipFactory
,
Constant Field Values
TIMER_SERVICE
public static final java.lang.String TIMER_SERVICE
- The string "javax.servlet.sip.TimerService". This is the name of
the
ServletContext
attribute whose value is an
instance of the TimerService
interface.
- See Also:
TimerService
,
Constant Field Values
ConvergedServlet
public ConvergedServlet()
service
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface javax.servlet.ServletConfig
- Overrides:
getServletContext
in class javax.servlet.GenericServlet