org.mobicents.slee.resource.sip.wrappers
Class ResponseEventWrapper

java.lang.Object
  extended by java.util.EventObject
      extended by javax.sip.ResponseEvent
          extended by org.mobicents.slee.resource.sip.wrappers.ResponseEventWrapper
All Implemented Interfaces:
java.io.Serializable

public class ResponseEventWrapper
extends javax.sip.ResponseEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ResponseEventWrapper(java.lang.Object source, javax.sip.ClientTransaction clientTx, javax.sip.Dialog dialog, javax.sip.message.Response event)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class javax.sip.ResponseEvent
getClientTransaction, getDialog, getResponse
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseEventWrapper

public ResponseEventWrapper(java.lang.Object source,
                            javax.sip.ClientTransaction clientTx,
                            javax.sip.Dialog dialog,
                            javax.sip.message.Response event)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject


Copyright © 2008. All Rights Reserved.