com.ibm.websphere.sip.unmatchedMessages.events

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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnmatchedResponseEvent(javax.servlet.sip.SipServletResponse req, javax.servlet.ServletContext ctxt)
      Constructor for a new UnmatchedResponseEvent
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.servlet.sip.SipServletResponse getResponse()
      Returns the unmatched incoming response
      javax.servlet.ServletContext getServletContext()
      Returns related Servlet Context
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • 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
IBM WebSphere Application ServerTM
Release 8.5