gov.nist.javax.sip
Interface ServerTransactionExt

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

public interface ServerTransactionExt
extends ServerTransaction, TransactionExt


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 gov.nist.javax.sip.TransactionExt
extractCertIdentities, getCipherSuite, getHost, getLocalCertificates, getPeerAddress, getPeerCertificates, getPeerPort, getPort, getSipProvider, getTimerD, getTimerT2, getTimerT4, getTransport, isReleaseReferences, setReleaseReferences, setTimerD, setTimerT2, setTimerT4
 
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.


Copyright © 2012. All Rights Reserved.