org.siprop.v2.ua.sip.impl
Class UAControlMessageImpl

java.lang.Object
  extended by org.siprop.v2.core.messge.AbstractControlMessage
      extended by org.siprop.v2.ua.sip.impl.UAControlMessageImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ControlMessage, Message, UAControlMessage

public class UAControlMessageImpl
extends AbstractControlMessage
implements UAControlMessage

ControlMessage for standard UA.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
UAControlMessageImpl()
           
 
Method Summary
 CommandName getExecMethod()
          get key for message routing.
 void setExecMethod(CommandName commandName)
          set key for routing a message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UAControlMessageImpl

public UAControlMessageImpl()
Method Detail

getExecMethod

public CommandName getExecMethod()
Description copied from interface: UAControlMessage
get key for message routing.

Specified by:
getExecMethod in interface UAControlMessage
Returns:
exec method

setExecMethod

public void setExecMethod(CommandName commandName)
Description copied from interface: UAControlMessage
set key for routing a message.

Specified by:
setExecMethod in interface UAControlMessage
Parameters:
commandName - command name