javax.servlet.sip
Interface SipErrorListener

All Superinterfaces:
java.util.EventListener

public interface SipErrorListener
extends java.util.EventListener

Causes applications to be notified of various error conditions occurring during regular SIP transaction processing.


Method Summary
 void noAckReceived(SipErrorEvent ee)
          Invoked by the servlet container to notify an application that no ACK was received for a transaction for which a final response has been sent upstream.
 

Method Detail

noAckReceived

public void noAckReceived(SipErrorEvent ee)
Invoked by the servlet container to notify an application that no ACK was received for a transaction for which a final response has been sent upstream.

This method is invoked in UASs as well as in applications that proxied a request with record-routing and supervised flags enabled.

Parameters:
ee - the event that identifies the request