Package com.ibm.websphere.sip
Interface IBMSipSession
- All Superinterfaces:
- javax.servlet.sip.SipSession
public interface IBMSipSession
extends javax.servlet.sip.SipSession
An extension of the SipSession interface. 
 SipSession has related SipSession when a request which initiated that
 session contains a "Join" or "Replace" header. In this case, it is useful for  
 the application to be able to access the SipSession which is mentioned in those "Join" 
 or "Replace" headers (the related SipSession).
- 
Nested Class SummaryNested classes/interfaces inherited from interface javax.servlet.sip.SipSessionjavax.servlet.sip.SipSession.State
- 
Method SummaryMethods inherited from interface javax.servlet.sip.SipSessioncreateRequest, getApplicationSession, getAttribute, getAttributeNames, getCallId, getCreationTime, getId, getInvalidateWhenReady, getLastAccessedTime, getLocalParty, getRegion, getRemoteParty, getServletContext, getState, getSubscriberURI, invalidate, isReadyToInvalidate, isValid, removeAttribute, setAttribute, setHandler, setInvalidateWhenReady, setOutboundInterface, setOutboundInterface
- 
Method Details- 
getRelatedSipSessionjavax.servlet.sip.SipSession getRelatedSipSession()- Returns:
- related SipSession, or null when no related sessions exist
 
 
-