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