com.ibm.websphere.sip.resolver.events

Class SipURILookupErrorEvent

  1. java.lang.Object
  2. extended byjava.util.EventObject
  3. extended bycom.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
All implemented interfaces:
java.io.Serializable

  1. public class SipURILookupErrorEvent
  2. extends java.util.EventObject
See Also:
Serialized Form

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
  1. SipURIResolveException
getException()
Returns related SipURIResolveException
  1. javax.servlet.sip.SipSession
getSipSession()
Returns the session the error event relates to
  1. javax.servlet.sip.SipURI
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

  1. public SipURILookupErrorEvent(javax.servlet.sip.SipSession session,
  2. javax.servlet.sip.SipURI sipUri,
  3. 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

  1. public javax.servlet.sip.SipSession getSipSession( )
Returns the session the error event relates to
Returns:
SipSession

getSipUri

  1. public javax.servlet.sip.SipURI getSipUri( )
Returns a queried sip uri
Returns:
SipURI

getException

  1. public SipURIResolveException getException( )
Returns related SipURIResolveException
Returns:
SipURIResolveException