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

java.lang.Object
  extended by org.mobicents.slee.resource.sip11.wrappers.ServerTransactionWrapperAppData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, TransactionWrapperAppData

public class ServerTransactionWrapperAppData
extends java.lang.Object
implements TransactionWrapperAppData, java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
ServerTransactionWrapperAppData()
           
ServerTransactionWrapperAppData(ServerTransactionWrapper transactionWrapper)
           
 
Method Summary
 TransactionWrapper getTransactionWrapper(javax.sip.Transaction t, SipResourceAdaptor ra)
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerTransactionWrapperAppData

public ServerTransactionWrapperAppData(ServerTransactionWrapper transactionWrapper)

ServerTransactionWrapperAppData

public ServerTransactionWrapperAppData()
Method Detail

getTransactionWrapper

public TransactionWrapper getTransactionWrapper(javax.sip.Transaction t,
                                                SipResourceAdaptor ra)
Specified by:
getTransactionWrapper in interface TransactionWrapperAppData

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2012. All Rights Reserved.