script-astra/Android/Sdk/sources/android-35/gov/nist/javax/sip/ServerTransactionExt.java

16 lines
402 B
Java
Raw Permalink Normal View History

2025-01-20 15:15:20 +00:00
package gov.nist.javax.sip;
import javax.sip.ServerTransaction;
public interface ServerTransactionExt extends ServerTransaction, TransactionExt {
/**
* Return the canceled Invite transaction corresponding to an
* incoming CANCEL server transaction.
*
* @return -- the canceled Invite transaction.
*
*/
public ServerTransaction getCanceledInviteTransaction();
}