javax.servlet.sip
Class SipErrorEvent
java.lang.Object
java.util.EventObject
javax.servlet.sip.SipErrorEvent
- All Implemented Interfaces:
- Serializable
public class SipErrorEvent
- extends 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
SipErrorEvent
public SipErrorEvent(SipServletRequest request,
SipServletResponse response)
- Constructs a new SipErrorEvent.
- Parameters:
request - the request the error relates toresponse - - the response the error relates to
getRequest
public SipServletRequest getRequest()
- Returns the request object associated with this SipErrorEvent.
getResponse
public SipServletResponse getResponse()
- Returns the response object associated with this SipErrorEvent.
Copyright © 2012. All Rights Reserved.