Class SipURILookupErrorEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SipURILookupErrorEvent extends java.util.EventObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)Constructor for a new SipURILookupErrorEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SipURIResolveExceptiongetException()Returns related SipURIResolveExceptionjavax.servlet.sip.SipSessiongetSipSession()Returns the session the error event relates tojavax.servlet.sip.SipURIgetSipUri()Returns a queried sip uri
-
-
-
Constructor Detail
-
SipURILookupErrorEvent
public SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)Constructor for a new SipURILookupErrorEvent.- Parameters:
session- - the session the error event relates tosipUri- - the sip uri the error event relates toexception-
-
-
Method Detail
-
getSipSession
public javax.servlet.sip.SipSession getSipSession()
Returns the session the error event relates to- Returns:
- SipSession
-
getSipUri
public javax.servlet.sip.SipURI getSipUri()
Returns a queried sip uri- Returns:
- SipURI
-
getException
public SipURIResolveException getException()
Returns related SipURIResolveException- Returns:
- SipURIResolveException
-
-