Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

Deprecated API


Contents
Deprecated Interfaces
com.bea.wcp.sip.WlssProxy
          The interface has been deprecated since JSR289 
com.bea.wcp.sip.WlssSipServletMessage
          This feature is now available in the SipServletMessage interface as of JSR 289. 
com.bea.wcp.sip.WlssSipServletResponse
          This class is deprecated as the createPrack method is now available in the parent SipServletResponse class. Use SipServletResponse.createPrack() instead. 
 

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

Deprecated Enums
com.bea.wcp.sip.WlssSipServletMessage.UseHeaderForm
           
 

Deprecated Methods
com.bea.wcp.sip.WlssSipServletResponse.createPrack()
          in favor of SipServletResponse#createPrack() 
com.bea.wcp.util.Sessions.doAction(String, WlssAction)
          com.bea.wcp.sip.WlssSipSessionsUtil.doAction(String applicationSessionId, WlssAction action) should be used instead 
com.bea.wcp.sip.management.runtime.SipApplicationRuntimeMBean.getActiveAppSessionCount()
            
com.bea.wcp.sip.management.runtime.SipServerRuntimeMBean.getActiveServerAppSessionCount()
            
com.bea.wcp.sip.management.runtime.SipServerRuntimeMBean.getActiveServerSipSessionCount()
            
com.bea.wcp.sip.management.runtime.SipApplicationRuntimeMBean.getActiveSipSessionCount()
            
com.bea.wcp.sip.management.runtime.SipApplicationRuntimeMBean.getActiveVersionState()
          use ApplicationRuntimeMBean#getActiveVersionState 
com.bea.wcp.sip.management.runtime.SipApplicationRuntimeMBean.getApplicationName()
          use ApplicationRuntimeMBean#getApplicationName 
com.bea.wcp.sip.management.runtime.SipApplicationRuntimeMBean.getApplicationVersion()
          use ApplicationRuntimeMBean#getApplicationVersion 
com.bea.wcp.sip.WlssSipServletMessage.getUseHeaderForm()
           
com.bea.wcp.sip.WlssSipServletMessage.setUseHeaderForm(WlssSipServletMessage.UseHeaderForm)
          This feature is now available in the SipServletMessage interface as of JSR 289. 
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02