|
|||||||||
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 org.echarts.servlet.sip.EChartsProxyServlet org.echarts.servlet.sip.features.ccf.CCFServlet
public class CCFServlet
Servlet to conditionally send a failure response for a call. The
failure response code is obtained by calling the getFailureStatusCode()
method of a CCFServletToJava
interface
implementation.
Field Summary |
---|
Fields inherited from class org.echarts.servlet.sip.EChartsProxyServlet |
---|
isRecordRoute, isSupervised, monitor |
Fields inherited from class javax.servlet.sip.SipServlet |
---|
OUTBOUND_INTERFACES, PRACK_SUPPORTED, SIP_FACTORY, SIP_SESSIONS_UTIL, SUPPORTED, SUPPORTED_RFCs, TIMER_SERVICE |
Constructor Summary | |
---|---|
CCFServlet()
|
Method Summary | |
---|---|
protected boolean |
handleInitialRequest(SipServletRequest req)
Queries interface for failure status code. |
void |
init(javax.servlet.ServletConfig config)
Called when servlet instance created. |
void |
sessionCreated(SipApplicationSessionEvent ev)
For SipApplicationSessionListener interface. |
void |
sessionDestroyed(SipApplicationSessionEvent ev)
For SipApplicationSessionListener interface. |
void |
sessionExpired(SipApplicationSessionEvent sase)
For SipApplicationSessionListener interface. |
void |
sessionReadyToInvalidate(SipApplicationSessionEvent ev)
For SipApplicationSessionListener interface. |
Methods inherited from class org.echarts.servlet.sip.EChartsProxyServlet |
---|
destroy, doRequest, doResponse, getBooleanInitParameter, getMonitor, getServletProperties, modifyRequest, modifyResponse, sendResponse, specifyRequestURI |
Methods inherited from class javax.servlet.sip.SipServlet |
---|
doAck, doBranchResponse, doBye, doCancel, doErrorResponse, doInfo, doInvite, doMessage, doNotify, doOptions, doPrack, doProvisionalResponse, doPublish, doRedirectResponse, doRefer, doRegister, doSubscribe, doSuccessResponse, doUpdate, log, log, service |
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 CCFServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class EChartsProxyServlet
javax.servlet.ServletException
protected boolean handleInitialRequest(SipServletRequest req) throws javax.servlet.ServletException, java.io.IOException
handleInitialRequest
in class EChartsProxyServlet
req
- initial request
javax.servlet.ServletException
java.io.IOException
public void sessionCreated(SipApplicationSessionEvent ev)
sessionCreated
in interface SipApplicationSessionListener
public void sessionDestroyed(SipApplicationSessionEvent ev)
sessionDestroyed
in interface SipApplicationSessionListener
public final void sessionExpired(SipApplicationSessionEvent sase)
sessionExpired
in interface SipApplicationSessionListener
public void sessionReadyToInvalidate(SipApplicationSessionEvent ev)
sessionReadyToInvalidate
in interface SipApplicationSessionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |