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

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

public class DialogWithoutIdWrapperData
extends java.lang.Object
implements DialogWrapperAppData

See Also:
Serialized Form

Constructor Summary
DialogWithoutIdWrapperData()
           
DialogWithoutIdWrapperData(ClientDialogWrapper dialogWrapper)
           
 
Method Summary
 DialogWrapper getDialogWrapper(javax.sip.Dialog wrappedDialog, 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

DialogWithoutIdWrapperData

public DialogWithoutIdWrapperData(ClientDialogWrapper dialogWrapper)

DialogWithoutIdWrapperData

public DialogWithoutIdWrapperData()
Method Detail

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

getDialogWrapper

public DialogWrapper getDialogWrapper(javax.sip.Dialog wrappedDialog,
                                      SipResourceAdaptor ra)
Specified by:
getDialogWrapper in interface DialogWrapperAppData


Copyright © 2012. All Rights Reserved.