org.echarts.test.sip.commands
Class CmdReInvite

java.lang.Object
  extended by org.echarts.test.sip.commands.UserCommand
      extended by org.echarts.test.sip.commands.CmdReInvite

public class CmdReInvite
extends UserCommand

For internal use only


Constructor Summary
CmdReInvite(boolean sdpFlag)
           
 
Method Summary
 java.lang.String getName()
           
 boolean getSdpFlag()
           
 SDPModifier getSDPModifier()
           
 void setSDPModifier(SDPModifier sdpModifier)
           
 
Methods inherited from class org.echarts.test.sip.commands.UserCommand
getCommandId, setCommandId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdReInvite

public CmdReInvite(boolean sdpFlag)
Method Detail

setSDPModifier

public void setSDPModifier(SDPModifier sdpModifier)

getSdpFlag

public boolean getSdpFlag()

getSDPModifier

public SDPModifier getSDPModifier()

getName

public java.lang.String getName()
Specified by:
getName in class UserCommand