All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nist.javax.sip.ServerTransactionExt Maven / Gradle / Ivy

package gov.nist.javax.sip;

import javax.sip.ServerTransaction;


public interface ServerTransactionExt {
	/**
	 * Return the canceled Invite transaction corresponding to an
	 * incoming CANCEL server transaction.
	 * 
	 * @return -- the canceled Invite transaction.
	 * 
	 */
	public ServerTransaction getCanceledInviteTransaction();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy