org.mobicents.slee.resource.sip.wrappers
Interface SecretWrapperInterface

All Known Implementing Classes:
ClientTransactionWrapper, ServerTransactionWrapper

public interface SecretWrapperInterface

This is interface which is implemented by TXs wrapper classes. This way we does not ahve to check which Tx has been passes into method when argument is of type javax.sip.Transaction. We can cast it to this interface and have quicker access to those two methods.

Author:
M. Ranganathan, B. Baranowski

Method Summary
 SipActivityHandle getActivityHandle()
           
 javax.sip.Transaction getRealTransaction()
           
 void setDialogWrapper(DialogWrapper wrapperDialog)
           
 

Method Detail

getRealTransaction

javax.sip.Transaction getRealTransaction()

setDialogWrapper

void setDialogWrapper(DialogWrapper wrapperDialog)

getActivityHandle

SipActivityHandle getActivityHandle()


Copyright © 2008. All Rights Reserved.