org.mobicents.slee.util
Class Session

java.lang.Object
  extended by org.mobicents.slee.util.Session
All Implemented Interfaces:
java.io.Serializable

public class Session
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Session()
           
Session(java.lang.String callId)
           
 
Method Summary
 java.lang.String getCallId()
           
 javax.sip.Dialog getDialog()
           
 byte[] getPeerSDP()
           
 javax.sip.address.Address getSipAddress()
           
 javax.sip.ClientTransaction getToBeCancelledClientTransaction()
           
 void setCallId(java.lang.String callId)
           
 void setDialog(javax.sip.Dialog dialog)
           
 void setPeerSDP(byte[] peerSDP)
           
 void setSipAddress(javax.sip.address.Address sipAddress)
           
 void setToBeCancelledClientTransaction(javax.sip.ClientTransaction toBeCancelledClientTransaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()

Session

public Session(java.lang.String callId)
Method Detail

setCallId

public void setCallId(java.lang.String callId)

getPeerSDP

public byte[] getPeerSDP()

setPeerSDP

public void setPeerSDP(byte[] peerSDP)

getCallId

public java.lang.String getCallId()

getSipAddress

public javax.sip.address.Address getSipAddress()

setSipAddress

public void setSipAddress(javax.sip.address.Address sipAddress)

getDialog

public javax.sip.Dialog getDialog()

setDialog

public void setDialog(javax.sip.Dialog dialog)

getToBeCancelledClientTransaction

public javax.sip.ClientTransaction getToBeCancelledClientTransaction()

setToBeCancelledClientTransaction

public void setToBeCancelledClientTransaction(javax.sip.ClientTransaction toBeCancelledClientTransaction)


Copyright © 2010. All Rights Reserved.