public class SipErrorEvent extends EventObject
SipErrorListener
interface when an error occurs which
is related to the applications processing of a SIP transaction.source
Constructor and Description |
---|
SipErrorEvent(SipServletRequest request,
SipServletResponse response)
Constructs a new
SipErrorEvent . |
Modifier and Type | Method and Description |
---|---|
SipServletRequest |
getRequest()
Returns the request object associated with this
SipErrorEvent . |
SipServletResponse |
getResponse()
Returns the response object associated with this
SipErrorEvent . |
getSource, toString
public SipErrorEvent(SipServletRequest request, SipServletResponse response)
SipErrorEvent
.request
- the request the error relates toresponse
- the response the error relates topublic SipServletRequest getRequest()
SipErrorEvent
.SipErrorEvent
public SipServletResponse getResponse()
SipErrorEvent
.SipErrorEvent
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.