com.ibm.websphere.sip.resolver

Interface DomainResolverListener

All Superinterfaces:
java.util.EventListener

  1. public interface DomainResolverListener
  2. extends java.util.EventListener
Implementations of this interface are notified when DomainResolver has completed its DNS query. To receive those events, application should call the asynchronous API DomainResolver.locate(javax.servlet.sip.SipURI, DomainResolverListener, javax.servlet.sip.SipSession)

Method Summary

Modifier and Type Method and Description
  1. void
error(SipURILookupErrorEvent event)
Notification that query was unsuccessful.
  1. void
handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results.

Method Detail

handleResults

  1. void handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results.
Parameters:
event -

error

  1. void error(SipURILookupErrorEvent event)
Notification that query was unsuccessful.
Parameters:
event -