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 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 Description SipURIResolveException
SipURILookupErrorEvent. getException()
Returns related SipURIResolveExceptionConstructors in com.ibm.websphere.sip.resolver.events with parameters of type SipURIResolveException Constructor Description SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)
Constructor for a new SipURILookupErrorEvent.
-