org.echarts.servlet.sip
Class EChartsSipSession

java.lang.Object
  extended by org.echarts.servlet.sip.EChartsSipSession

public class EChartsSipSession
extends java.lang.Object


Constructor Summary
EChartsSipSession()
           
 
Method Summary
static SipServletRequest getInitiatingRequest()
          Returns the initating request associated with the current application session.
static SipServletRequest getInitiatingRequest(SipApplicationSession appSession)
          Returns the initiating request associated with the specified application session.
static SipServletMessage getSipMessage()
          Return the SIP message associated with the calling thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EChartsSipSession

public EChartsSipSession()
Method Detail

getSipMessage

public static final SipServletMessage getSipMessage()
Return the SIP message associated with the calling thread.


getInitiatingRequest

public static final SipServletRequest getInitiatingRequest()
Returns the initating request associated with the current application session. Current application session is application session associated with the sip message obtained by calling getSipMessage().


getInitiatingRequest

public static final SipServletRequest getInitiatingRequest(SipApplicationSession appSession)
Returns the initiating request associated with the specified application session.