Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.websphere.sip.resolver.exception.SipURIResolveException

  • Packages that use SipURIResolveException 
    Package Description
    com.ibm.websphere.sip.resolver  
    com.ibm.websphere.sip.resolver.events  
    • Uses of SipURIResolveException in com.ibm.websphere.sip.resolver

      Methods in com.ibm.websphere.sip.resolver that throw SipURIResolveException 
      Modifier and Type Method and Description
      java.util.List<javax.servlet.sip.SipURI> DomainResolver.locate(javax.servlet.sip.SipURI sipUri)
      query DNS synchronously for SIP Uri.
      void DomainResolver.locate(javax.servlet.sip.SipURI sipUri, DomainResolverListener drListener, javax.servlet.sip.SipSession sipSession)
      query DNS asynchronously for SIP Uri.
    • Uses of SipURIResolveException in com.ibm.websphere.sip.resolver.events

      Methods in com.ibm.websphere.sip.resolver.events that return SipURIResolveException 
      Modifier and Type Method and Description
      SipURIResolveException SipURILookupErrorEvent.getException()
      Returns related SipURIResolveException
      Constructors in com.ibm.websphere.sip.resolver.events with parameters of type SipURIResolveException 
      Constructor and Description
      SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)
      Constructor for a new SipURILookupErrorEvent.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes