|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionDoesNotExistException | |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
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 TransactionDoesNotExistException in gov.nist.javax.sip |
Methods in gov.nist.javax.sip that throw TransactionDoesNotExistException | |
void |
SipProviderImpl.sendResponse(ServerTransaction serverTransaction,
Response response)
Sends specified Response message to a Request which is identified by the specified server transaction identifier. |
Uses of TransactionDoesNotExistException in gov.nist.javax.sip.stack |
Methods in gov.nist.javax.sip.stack that throw TransactionDoesNotExistException | |
void |
DialogImpl.sendRequest(ClientTransaction clientTransactionId,
Request dialogRequest)
Sends a Request to the remote party of this dialog. |
Uses of TransactionDoesNotExistException in javax.sip |
Methods in javax.sip that throw TransactionDoesNotExistException | |
void |
SipProvider.sendRequest(ClientTransaction clientTransaction,
Request request)
Sends the Request which is identified by the ClientTransaction. |
void |
SipProvider.sendResponse(ServerTransaction serverTransaction,
Response response)
Sends the Response to a Request which is identified by the ServerTransaction. |
void |
Dialog.sendRequest(ClientTransaction clientTransaction,
Request request)
Sends a Request to the remote party of this dialog. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |