|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionDoesNotExistException | |
| jain.protocol.ip.sip | This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. |
| Uses of TransactionDoesNotExistException in jain.protocol.ip.sip |
| Methods in jain.protocol.ip.sip that throw TransactionDoesNotExistException | |
RequestMessage |
JainSipProvider.getServerTransactionRequest(int serverTransactionId)
Returns the RequestMessage associated with server transaction specified by the transaction id |
RequestMessage |
JainSipProvider.getClientTransactionRequest(int clientTransactionId)
Returns the RequestMessage associated with client transaction specified by the transaction id |
ResponseMessage |
JainSipProvider.getServerTransactionResponse(int serverTransactionId)
Returns the last ResponseMessage associated with server transaction specified by the transaction id |
ResponseMessage |
JainSipProvider.getClientTransactionResponse(int clientTransactionId)
Returns the last ResponseMessage associated with client transaction specified by the transaction id |
int |
JainSipProvider.sendAck(int clientTransactionId,
AckMessage ack)
Sends an AckMessage to the recepient of the invite associated with transaction specified by client transaction id (using specified ack message) |
int |
JainSipProvider.sendAck(JainSipListener source,
int clientTransactionId)
Sends an AckMessage to the recepient of the invite associated with transaction specified by client transaction id (ack message with empty body is automatically generated by provider) |
int |
JainSipProvider.sendAck(JainSipListener source,
int clientTransactionId,
java.lang.Object body,
java.lang.String bodyType,
java.lang.String bodySubType)
Sends an AckMessage to the recepient of the invite associated with transaction specified by client transaction id (ack message with specified body is automatically generated by provider) |
int |
JainSipProvider.sendCancel(int clientTansactionId,
CancelMessage cancel)
Cancel the pending request associated with transaction specified by proprietary transaction id (using specified cancel message) |
int |
JainSipProvider.sendCancel(JainSipListener source,
int clientTransactionId)
Cancel the pending request associated with transaction specified by client transaction id (cancel message is automatically generated by provider) |
void |
JainSipProvider.sendResponse(int serverTransactionId,
ResponseMessage response)
Sends a response to the request associated with server transaction specified by server transaction id (using specified response message) |
void |
JainSipProvider.sendResponse(JainSipListener source,
int serverTransactionId,
int statusCode)
Sends a response to the request associated with server transaction specified by server transaction id (response message is automatically generated by provider) |
void |
JainSipProvider.sendResponse(JainSipListener source,
int serverTransactionId,
int statusCode,
java.lang.Object body,
java.lang.String bodyType,
java.lang.String bodySubType)
Sends a response to the request associated with server transaction specified by server transaction id (response message is automatically generated by provider) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright - 2000 Sun Microsystems