Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Class Servlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.sip.SipServlet
          extended by com.oracle.sft.api.Servlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class Servlet
extends javax.servlet.sip.SipServlet

The SFT sip servlet, application need configure it in sip.xml as following:

    <servlet>
      <javaee:servlet-name>TestApp__SFTServlet</javaee:servlet-name>
      <javaee:servlet-class>com.oracle.sft.api.Servlet</javaee:servlet-class>
      <javaee:load-on-startup>0</javaee:load-on-startup>
    </servlet>
 
See Also:
SipServlet, Serialized Form

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
Servlet()
           

 

Method Summary
 void destroy()
           
 void init()
           
 void service(ServletRequest arg0, ServletResponse arg1)
           

 

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

 

Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Servlet

public Servlet()

Method Detail

init

public void init()
Overrides:
init in class GenericServlet
See Also:
GenericServlet.init()

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet
See Also:
GenericServlet.destroy()

service

public void service(ServletRequest arg0,
                    ServletResponse arg1)
             throws ServletException,
                    IOException
Specified by:
service in interface Servlet
Overrides:
service in class javax.servlet.sip.SipServlet
Throws:
ServletException
IOException
See Also:
GenericServlet.destroy()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.