NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip
Interface DialogExt

All Superinterfaces:
Dialog, Serializable
All Known Implementing Classes:
SIPDialog

public interface DialogExt
extends Dialog

Extensions for Next specification revision. These interfaces will remain unchanged and be merged with the next revision of the spec.

Author:
mranga

Method Summary
 SipProvider getSipProvider()
          Returns the SipProvider that was used for the first transaction in this Dialog
 
Methods inherited from interface javax.sip.Dialog
createAck, createPrack, createReliableProvisionalResponse, createRequest, delete, getApplicationData, getCallId, getDialogId, getFirstTransaction, getLocalParty, getLocalSeqNumber, getLocalSequenceNumber, getLocalTag, getRemoteParty, getRemoteSeqNumber, getRemoteSequenceNumber, getRemoteTag, getRemoteTarget, getRouteSet, getState, incrementLocalSequenceNumber, isSecure, isServer, sendAck, sendReliableProvisionalResponse, sendRequest, setApplicationData, terminateOnBye
 

Method Detail

getSipProvider

SipProvider getSipProvider()
Returns the SipProvider that was used for the first transaction in this Dialog

Returns:
SipProvider
Since:
2.0

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.