Class WlssSipServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.sip.SipServlet
com.bea.wcp.sip.WlssSipServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WlssSipServlet extends javax.servlet.sip.SipServlet
Deprecated.
This class is deprecated as methods provided in this class are now available in the parent javax.servlet.sip.SipServlet class.
This class is a Oracle Communications Converged Application 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.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
See Also:
  • Field Summary

    Fields inherited from class javax.servlet.sip.SipServlet

    DNS_RESOLVER, OUTBOUND_ADDRESSES, OUTBOUND_INTERFACES, PRACK_SUPPORTED, SIP_APPLICATIONSESSION_CREATE, SIP_APPLICATIONSESSION_ID, SIP_APPLICATIONSESSION_KEY, SIP_FACTORY, SIP_SESSIONS_UTIL, SUPPORTED, SUPPORTED_RFCs, TIMER_SERVICE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class javax.servlet.sip.SipServlet

    doAck, doBranchResponse, doBye, doCancel, doErrorResponse, doInfo, doInvite, doMessage, doNotify, doOptions, doPrack, doProvisionalResponse, doPublish, doRedirectResponse, doRefer, doRegister, doRequest, doResponse, doSubscribe, doSuccessResponse, doUpdate, 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 Details

    • WlssSipServlet

      public WlssSipServlet()
      Deprecated.