NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.Transaction

Packages that use Transaction
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
javax.sip This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. 
 

Uses of Transaction in gov.nist.javax.sip.stack
 

Classes in gov.nist.javax.sip.stack that implement Transaction
 class SIPClientTransaction
          Represents a client transaction.
 class SIPServerTransaction
          Represents a server transaction.
 class SIPTransaction
          Abstract class to support both client and server transactions.
 

Methods in gov.nist.javax.sip.stack that return Transaction
 Transaction DialogImpl.getFirstTransaction()
          Get the transaction that created this dialog.
 

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 via the SipProvider 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 via the SipProvider to a User Agent Client application.
 

Methods in javax.sip that return Transaction
 Transaction Dialog.getFirstTransaction()
          This method retrieves the transaction which resulted in the creation of this Dialog.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.