org.echarts.test.sip.commands
Class UserCommand

java.lang.Object
  extended by org.echarts.test.sip.commands.UserCommand
Direct Known Subclasses:
CmdCancel, CmdContinue, CmdEnd, CmdInfo, CmdRegister, CmdReInvite, CmdSendDTMF, CmdSendInvite, CmdSendResponse, CmdSendSuccess, CmdSubscribe, Shutdown

public abstract class UserCommand
extends java.lang.Object


Constructor Summary
UserCommand()
           
 
Method Summary
 CommandId getCommandId()
           
abstract  java.lang.String getName()
           
 void setCommandId(CommandId cmdId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCommand

public UserCommand()
Method Detail

getCommandId

public CommandId getCommandId()

setCommandId

public void setCommandId(CommandId cmdId)

getName

public abstract java.lang.String getName()