NIST SIP Parser and Stack (v1.2) API

Uses of Class
javax.sip.TransactionUnavailableException

Packages that use TransactionUnavailableException
gov.nist.javax.sip This is the root of the JAIN implementation of SIP.  
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 TransactionUnavailableException in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip that throw TransactionUnavailableException
 ClientTransaction SipProviderImpl.getNewClientTransaction(Request request)
          Once an application wants to a send a new request it must first request a new client transaction identifier.
 ServerTransaction SipProviderImpl.getNewServerTransaction(Request request)
          An application has the responsibility of deciding to respond to a Request that does not match an existing server transaction.
 

Uses of TransactionUnavailableException in javax.sip
 

Methods in javax.sip that throw TransactionUnavailableException
 ClientTransaction SipProvider.getNewClientTransaction(Request request)
          Before an application can send a new request it must first request a new client transaction to handle that Request.
 ServerTransaction SipProvider.getNewServerTransaction(Request request)
          An application has the responsibility of deciding to respond to a Request that does not match an existing server transaction.
 


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.