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:
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 |
---|---|
|
getResponse()
Returns the unmatched incoming response
|
|
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