javax.servlet.sip
Class SipErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.servlet.sip.SipErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class SipErrorEvent
extends java.util.EventObject

Events of this type are sent to objects implementing the SipErrorListener interface when an error occurs while processing a SIP request.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Method Summary
 SipServletRequest getRequest()
          Returns the request object for which an error occurred.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRequest

public SipServletRequest getRequest()
Returns the request object for which an error occurred.
Returns:
the request the error relates to