gov.nist.javax.sip.TransactionExt Maven / Gradle / Ivy
package gov.nist.javax.sip;
import javax.sip.SipProvider;
public interface TransactionExt {
/**
* Get the Sip Provider associated with this transaction
*/
public SipProvider getSipProvider();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy