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. Since v1.2. Reduces the amount of state that the stack needs to keep track of.
 

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



Copyright © 2012. All Rights Reserved.