com.ibm.websphere.sip.resolver.events
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
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 |
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
-
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