com.ibm.websphere.sip.unmatchedMessages
Interface UnmatchedMessageListener
All Superinterfaces:
java.util.EventListener
- public interface UnmatchedMessageListener
- extends java.util.EventListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
unmatchedRequestReceived(UnmatchedRequestEvent evt)
Unmatched request received by SIP Container.
|
|
unmatchedResponseReceived(UnmatchedResponseEvent evt)
Unmatched response received by SIP Container.
|
Method Detail
unmatchedRequestReceived
- void unmatchedRequestReceived(UnmatchedRequestEvent evt)
Unmatched request received by SIP Container.
unmatchedResponseReceived
- void unmatchedResponseReceived( UnmatchedResponseEvent evt)
Unmatched response received by SIP Container.