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

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

There is a newer version: 1.3.0-91
Show newest version

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