com.ibm.websphere.sip

Interface IBMSipSession

All Superinterfaces:
javax.servlet.sip.SipSession

  1. public interface IBMSipSession
  2. 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

Modifier and Type Method and Description
  1. 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

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