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:
Field Summary
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary
Constructor and Description |
---|
SipURILookupErrorEvent(javax.servlet.sip.SipSession session,javax.servlet.sip.SipURI sipUri,SipURIResolveException exception)
Constructor for a new SipURILookupErrorEvent.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getException()
Returns related SipURIResolveException
|
|
|
getSipSession()
Returns the session the error event relates to
|
|
getSipUri()
Returns a queried sip uri
|
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
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 to sipUri
- - the sip uri the error event relates to exception
- 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