com.ibm.websphere.sip.unmatchedMessages

Interface UnmatchedMessageListener

All Superinterfaces:
java.util.EventListener

  1. public interface UnmatchedMessageListener
  2. extends java.util.EventListener

Method Summary

Modifier and Type Method and Description
  1. void
unmatchedRequestReceived(UnmatchedRequestEvent evt)
Unmatched request received by SIP Container.
  1. void
unmatchedResponseReceived(UnmatchedResponseEvent evt)
Unmatched response received by SIP Container.

Method Detail

unmatchedRequestReceived

  1. void unmatchedRequestReceived(UnmatchedRequestEvent evt)
Unmatched request received by SIP Container.

unmatchedResponseReceived

  1. void unmatchedResponseReceived( UnmatchedResponseEvent evt)
Unmatched response received by SIP Container.