IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sip.unmatchedMessages
Interface UnmatchedMessageListener

All Superinterfaces:
java.util.EventListener

public interface UnmatchedMessageListener
extends java.util.EventListener


Method Summary
 void unmatchedRequestReceived(UnmatchedRequestEvent evt)
          Unmatched request received by SIP Container.
 void unmatchedResponseReceived(UnmatchedResponseEvent evt)
          Unmatched response received by SIP Container.
 

Method Detail

unmatchedRequestReceived

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

Parameters:
request -

unmatchedResponseReceived

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

Parameters:
response -

IBM WebSphere Application ServerTM
Release 8