JAIN-SIP 2.0 API

Uses of Interface
javax.sip.Transaction

Packages that use Transaction
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
 

Uses of Transaction in javax.sip
 

Subinterfaces of Transaction in javax.sip
 interface ClientTransaction
          A client transaction is used by a User Agent Client application to send Request messages to a User Agent Server application.
 interface ServerTransaction
          A server transaction is used by a SipProvider to handle incoming Request messages to fire Request events to the SipListener on a specific server transaction and by a User Agent Server application to send Response messages to a User Agent Client application.
 

Methods in javax.sip that return Transaction
 Transaction Dialog.getFirstTransaction()
          Deprecated. WARNING: Implementations may throw OperationNotSupportedException. This method is deprecated since v1.2 to reduces the amount of state that the stack needs to keep track of. Note to developers : Store a reference to the Dialog creating transaction in the Dialog Application Data if you need to.
 

Methods in javax.sip with parameters of type Transaction
 Dialog SipProvider.getNewDialog(Transaction transaction)
          Create a dialog for the given transaction.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.