Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.sip
Class WlssSipServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.sip.SipServlet
          extended bycom.bea.wcp.sip.WlssSipServlet
All Implemented Interfaces:
java.io.Serializable, Servlet, ServletConfig

Deprecated. This class is deprecated as methods provided in this class are now available in the parent javax.servlet.sip.SipServlet class.

public class WlssSipServlet
extends SipServlet

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.

See Also:
Serialized Form
Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
 
Fields inherited from class javax.servlet.sip.SipServlet
OUTBOUND_INTERFACES, PRACK_SUPPORTED, SIP_FACTORY, SIP_SESSIONS_UTIL, SUPPORTED, SUPPORTED_RFCs, TIMER_SERVICE
 
Constructor Summary
WlssSipServlet()
          Deprecated.  
 
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 Detail

WlssSipServlet

public WlssSipServlet()
Deprecated. 

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.