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 Summary
Constructors Constructor Description UnmatchedRequestEvent(javax.servlet.sip.SipServletRequest req, javax.servlet.ServletContext ctxt)
Constructor for a new UnmatchedRequestEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.sip.SipServletRequest
getRequest()
Returns the unmatched incoming requestjavax.servlet.ServletContext
getServletContext()
Returns related Servlet Context
-
-
-
Constructor Detail
-
UnmatchedRequestEvent
public UnmatchedRequestEvent(javax.servlet.sip.SipServletRequest req, javax.servlet.ServletContext ctxt)
Constructor for a new UnmatchedRequestEvent- Parameters:
req
- - Unmatched incoming requestctxt
- - Servlet Context related to the specific Sip Application
-
-