|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.sip.SipServlet
com.bea.wcp.sip.WlssSipServlet
This class is a WebLogic SIP Server specific extension of the class javax.servlet.sip.SipServlet, which introduces two new methods doRefer() and doPublish() for handling REFER and PUBLISH methods respectively.
Field Summary |
Fields inherited from class javax.servlet.sip.SipServlet |
SIP_FACTORY, SUPPORTED, TIMER_SERVICE |
Constructor Summary | |
WlssSipServlet()
|
Method Summary | |
protected void |
doPublish(SipServletRequest req)
Invoked by the server (via the service method) to handle incoming PUBLISH requests. |
protected void |
doRefer(SipServletRequest req)
Invoked by the server (via the service method) to handle incoming REFER requests. |
protected void |
doRequest(SipServletRequest req)
|
protected void |
doUpdate(SipServletRequest req)
Invoked by the server (via the service method) to handle incoming UPDATE requests. |
Methods inherited from class javax.servlet.sip.SipServlet |
doAck, doBye, doCancel, doErrorResponse, doInfo, doInvite, doMessage, doNotify, doOptions, doPrack, doProvisionalResponse, doRedirectResponse, doRegister, doResponse, doSubscribe, doSuccessResponse, log, log, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WlssSipServlet()
Method Detail |
protected void doPublish(SipServletRequest req) throws ServletException, java.io.IOException
The default implementation is empty and must be overridden by subclasses to do something useful.
req
- represents the incoming SIP PUBLISH request
ServletException
- if an exception occurs that interferes
with the servlet's normal operation
java.io.IOException
- if an input or output exception occursprotected void doRefer(SipServletRequest req) throws ServletException, java.io.IOException
The default implementation is empty and must be overridden by subclasses to do something useful.
req
- represents the incoming SIP REFER request
ServletException
- if an exception occurs that interferes
with the servlet's normal operation
java.io.IOException
- if an input or output exception occursprotected void doRequest(SipServletRequest req) throws ServletException, java.io.IOException
ServletException
java.io.IOException
protected void doUpdate(SipServletRequest req) throws ServletException, java.io.IOException
The default implementation is empty and must be overridden by subclasses to do something useful.
req
- represents the incoming SIP UPDATE request
ServletException
- if an exception occurs that interferes
with the servlet's normal operation
java.io.IOException
- if an input or output exception occurs
|
Documentation is available at http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/ Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |