|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.servlet.sip.SipErrorEvent
public class SipErrorEvent
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.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SipErrorEvent(SipServletRequest request,
SipServletResponse response)
Constructs a new SipErrorEvent. |
|
| Method Summary | |
|---|---|
SipServletRequest |
getRequest()
Returns the request object associated with this SipErrorEvent. |
SipServletResponse |
getResponse()
Returns the response object associated with this SipErrorEvent. |
| 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 |
| Constructor Detail |
|---|
public SipErrorEvent(SipServletRequest request,
SipServletResponse response)
SipErrorEvent.
request - the request the error relates toresponse - the response the error relates to| Method Detail |
|---|
public SipServletRequest getRequest()
SipErrorEvent.
SipErrorEventpublic SipServletResponse getResponse()
SipErrorEvent.
SipErrorEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||