Class UnmatchedResponseEvent

java.lang.Object
java.util.EventObject
com.ibm.websphere.sip.unmatchedMessages.events.UnmatchedResponseEvent
All Implemented Interfaces:
Serializable

public class UnmatchedResponseEvent extends EventObject
See Also:
  • Constructor Details

    • UnmatchedResponseEvent

      public 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
  • Method Details

    • getResponse

      public javax.servlet.sip.SipServletResponse getResponse()
      Returns the unmatched incoming response
      Returns:
      SipServletResponse
    • getServletContext

      public javax.servlet.ServletContext getServletContext()
      Returns related Servlet Context
      Returns:
      ServletContext