IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sip.unmatchedMessages.events
Class UnmatchedResponseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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
UnmatchedResponseEvent(javax.servlet.sip.SipServletResponse req, javax.servlet.ServletContext ctxt)
          Constructor for a new UnmatchedResponseEvent
 
Method Summary
 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