Class UnmatchedRequestEvent
java.lang.Object
java.util.EventObject
com.ibm.websphere.sip.unmatchedMessages.events.UnmatchedRequestEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnmatchedRequestEvent
(javax.servlet.sip.SipServletRequest req, javax.servlet.ServletContext ctxt) Constructor for a new UnmatchedRequestEvent -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.sip.SipServletRequest
Returns the unmatched incoming requestjavax.servlet.ServletContext
Returns related Servlet ContextMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
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
-
-
Method Details
-
getRequest
public javax.servlet.sip.SipServletRequest getRequest()Returns the unmatched incoming request- Returns:
- SipServletRequest
-
getServletContext
public javax.servlet.ServletContext getServletContext()Returns related Servlet Context- Returns:
- ServletContext
-