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

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

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

See Also:
Serialized Form

Constructor Summary
ClientTransactionWrapperAppData()
           
ClientTransactionWrapperAppData(ClientTransactionWrapper 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

ClientTransactionWrapperAppData

public ClientTransactionWrapperAppData(ClientTransactionWrapper transactionWrapper)

ClientTransactionWrapperAppData

public ClientTransactionWrapperAppData()
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.