IBM WebSphere Application ServerTM
Release 8

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 Summary
 
Nested classes/interfaces inherited from interface javax.servlet.sip.SipSession
javax.servlet.sip.SipSession.State
 
Method Summary
 javax.servlet.sip.SipSession getRelatedSipSession()
           
 
Methods inherited from interface javax.servlet.sip.SipSession
createRequest, getApplicationSession, getAttribute, getAttributeNames, getCallId, getCreationTime, getId, getInvalidateWhenReady, getLastAccessedTime, getLocalParty, getRegion, getRemoteParty, getServletContext, getState, getSubscriberURI, invalidate, isReadyToInvalidate, isValid, removeAttribute, setAttribute, setHandler, setInvalidateWhenReady, setOutboundInterface, setOutboundInterface
 

Method Detail

getRelatedSipSession

javax.servlet.sip.SipSession getRelatedSipSession()
Returns:
related SipSession, or null when no related sessions exist

IBM WebSphere Application ServerTM
Release 8