Skip navigation links
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 which is related to the applications processing of a SIP transaction.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
SipErrorEvent
public SipErrorEvent(SipServletRequest request,
SipServletResponse response)
- Constructs a new
SipErrorEvent
.
- Parameters:
request
- the request the error relates to
response
- the response the error relates to
getRequest
public SipServletRequest getRequest()
- Returns the request object associated with this
SipErrorEvent
.
-
- Returns:
- request object associated with this
SipErrorEvent
getResponse
public SipServletResponse getResponse()
- Returns the response object associated with this
SipErrorEvent
.
-
- Returns:
- response object associated with this
SipErrorEvent
Skip navigation links
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Java SIP Servlet API 1.1 Reference
Part Number E17883-01