org.mobicents.slee.resource.sip11.wrappers
Class ACKDummyTransaction

java.lang.Object
  extended by org.mobicents.slee.resource.sip11.wrappers.ACKDummyTransaction
All Implemented Interfaces:
java.io.Serializable, javax.sip.ServerTransaction, javax.sip.Transaction

public class ACKDummyTransaction
extends java.lang.Object
implements javax.sip.ServerTransaction

See Also:
Serialized Form

Constructor Summary
ACKDummyTransaction(javax.sip.message.Request ackRequest)
           
 
Method Summary
 void cleanup()
           
 void enableRetransmissionAlerts()
           
 java.lang.Object getApplicationData()
           
 java.lang.String getBranchId()
           
 javax.sip.Dialog getDialog()
           
 javax.sip.message.Request getRequest()
           
 int getRetransmitTimer()
           
 javax.sip.TransactionState getState()
           
 java.lang.String getTxId()
           
 void sendResponse(javax.sip.message.Response arg0)
           
 void setApplicationData(java.lang.Object arg0)
           
 void setRetransmitTimer(int arg0)
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACKDummyTransaction

public ACKDummyTransaction(javax.sip.message.Request ackRequest)
Parameters:
ackRequest -
Method Detail

cleanup

public void cleanup()

enableRetransmissionAlerts

public void enableRetransmissionAlerts()
                                throws javax.sip.SipException
Specified by:
enableRetransmissionAlerts in interface javax.sip.ServerTransaction
Throws:
javax.sip.SipException

getBranchId

public java.lang.String getBranchId()
Specified by:
getBranchId in interface javax.sip.Transaction

getTxId

public java.lang.String getTxId()

sendResponse

public void sendResponse(javax.sip.message.Response arg0)
                  throws javax.sip.SipException,
                         javax.sip.InvalidArgumentException
Specified by:
sendResponse in interface javax.sip.ServerTransaction
Throws:
javax.sip.SipException
javax.sip.InvalidArgumentException

getApplicationData

public java.lang.Object getApplicationData()
Specified by:
getApplicationData in interface javax.sip.Transaction

getDialog

public javax.sip.Dialog getDialog()
Specified by:
getDialog in interface javax.sip.Transaction

getRequest

public javax.sip.message.Request getRequest()
Specified by:
getRequest in interface javax.sip.Transaction

getRetransmitTimer

public int getRetransmitTimer()
                       throws java.lang.UnsupportedOperationException
Specified by:
getRetransmitTimer in interface javax.sip.Transaction
Throws:
java.lang.UnsupportedOperationException

getState

public javax.sip.TransactionState getState()
Specified by:
getState in interface javax.sip.Transaction

setApplicationData

public void setApplicationData(java.lang.Object arg0)
Specified by:
setApplicationData in interface javax.sip.Transaction

setRetransmitTimer

public void setRetransmitTimer(int arg0)
                        throws java.lang.UnsupportedOperationException
Specified by:
setRetransmitTimer in interface javax.sip.Transaction
Throws:
java.lang.UnsupportedOperationException

terminate

public void terminate()
               throws javax.sip.ObjectInUseException
Specified by:
terminate in interface javax.sip.Transaction
Throws:
javax.sip.ObjectInUseException


Copyright © 2012. All Rights Reserved.