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

gov.nist.javax.sip
Interface ServerTransactionExt

All Superinterfaces:
Serializable, ServerTransaction, Transaction
All Known Implementing Classes:
SIPServerTransaction

public interface ServerTransactionExt
extends ServerTransaction


Method Summary
 ServerTransaction getCanceledInviteTransaction()
          Return the canceled Invite transaction corresponding to an incoming CANCEL server transaction.
 
Methods inherited from interface javax.sip.ServerTransaction
enableRetransmissionAlerts, sendResponse
 
Methods inherited from interface javax.sip.Transaction
getApplicationData, getBranchId, getDialog, getRequest, getRetransmitTimer, getState, setApplicationData, setRetransmitTimer, terminate
 

Method Detail

getCanceledInviteTransaction

ServerTransaction getCanceledInviteTransaction()
Return the canceled Invite transaction corresponding to an incoming CANCEL server transaction.

Returns:
-- the canceled Invite transaction.

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.