|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.sip.SipServlet
com.oracle.sft.api.Servlet
public class Servlet
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>
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 |
|---|
public Servlet()
| Method Detail |
|---|
public void init()
init in class GenericServletGenericServlet.init()public void destroy()
destroy in interface Servletdestroy in class GenericServletGenericServlet.destroy()
public void service(ServletRequest arg0,
ServletResponse arg1)
throws ServletException,
IOException
service in interface Servletservice in class javax.servlet.sip.SipServletServletExceptionIOExceptionGenericServlet.destroy()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.