com.ibm.websphere.sip.unmatchedMessages.events

Class UnmatchedResponseEvent

  1. java.lang.Object
  2. extended byjava.util.EventObject
  3. extended bycom.ibm.websphere.sip.unmatchedMessages.events.UnmatchedResponseEvent
All implemented interfaces:
java.io.Serializable

  1. public class UnmatchedResponseEvent
  2. extends java.util.EventObject
See Also:
Serialized Form

Field Summary

Fields inherited from class java.util.EventObject
source

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. javax.servlet.sip.SipServletResponse
getResponse()
Returns the unmatched incoming response
  1. 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

  1. public UnmatchedResponseEvent(javax.servlet.sip.SipServletResponse req,
  2. 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

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

getServletContext

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