|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SIPServerException | |
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. |
Uses of SIPServerException in gov.nist.javax.sip |
Methods in gov.nist.javax.sip that throw SIPServerException | |
void |
NistSipMessageHandlerImpl.processRequest(gov.nist.javax.sip.message.SIPRequest sipRequest,
MessageChannel incomingMessageChannel)
Process a request. |
void |
NistSipMessageHandlerImpl.processResponse(gov.nist.javax.sip.message.SIPResponse sipResponse,
MessageChannel incomingMessageChannel)
Process the response. |
Uses of SIPServerException in gov.nist.javax.sip.stack |
Methods in gov.nist.javax.sip.stack with parameters of type SIPServerException | |
void |
UDPMessageChannel.handleException(SIPServerException ex)
Handle an exception - construct a sip reply and send it back to the caller. |
void |
TCPMessageChannel.handleException(SIPServerException ex)
Exception processor for exceptions detected from the application. |
void |
SIPTransaction.handleException(SIPServerException ex)
|
abstract void |
MessageChannel.handleException(SIPServerException ex)
Handle an exception. |
Methods in gov.nist.javax.sip.stack that throw SIPServerException | |
void |
SIPServerTransaction.processRequest(gov.nist.javax.sip.message.SIPRequest transactionRequest,
MessageChannel sourceChannel)
Process a new request message through this transaction. |
void |
SIPServerResponseInterface.processResponse(gov.nist.javax.sip.message.SIPResponse sipResponse,
MessageChannel incomingChannel)
Process the Response. |
void |
SIPServerRequestInterface.processRequest(gov.nist.javax.sip.message.SIPRequest sipRequest,
MessageChannel incomingChannel)
Process the message. |
void |
SIPClientTransaction.processResponse(gov.nist.javax.sip.message.SIPResponse transactionResponse,
MessageChannel sourceChannel)
Process a new response message through this transaction. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |