Class UnmatchedResponseEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.ibm.websphere.sip.unmatchedMessages.events.UnmatchedResponseEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UnmatchedResponseEvent extends java.util.EventObject- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnmatchedResponseEvent(javax.servlet.sip.SipServletResponse req, javax.servlet.ServletContext ctxt)Constructor for a new UnmatchedResponseEvent
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.sip.SipServletResponsegetResponse()Returns the unmatched incoming responsejavax.servlet.ServletContextgetServletContext()Returns related Servlet Context
 
- 
- 
- 
Constructor Detail- 
UnmatchedResponseEventpublic UnmatchedResponseEvent(javax.servlet.sip.SipServletResponse req, javax.servlet.ServletContext ctxt)Constructor for a new UnmatchedResponseEvent- Parameters:
- req- - Unmatched incoming response
- ctxt- - Servlet Context related to the specific Sip Application
 
 
- 
 
-