org.siprop.v2.b2bua.sip.impl
Class B2BUAControlMessageImpl

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

public class B2BUAControlMessageImpl
extends AbstractControlMessage
implements B2BUAControlMessage

ControlMessage for standard B2BUA.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
B2BUAControlMessageImpl()
           
 
Method Summary
 java.lang.String getDoModuleName()
          get The name of the module for execution.
 void setDoModuleName(java.lang.String doModuleName)
          set The name of the module for execution.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B2BUAControlMessageImpl

public B2BUAControlMessageImpl()
Method Detail

getDoModuleName

public java.lang.String getDoModuleName()
Description copied from interface: B2BUAControlMessage
get The name of the module for execution.

Specified by:
getDoModuleName in interface B2BUAControlMessage
Returns:
module name

setDoModuleName

public void setDoModuleName(java.lang.String doModuleName)
Description copied from interface: B2BUAControlMessage
set The name of the module for execution.

Specified by:
setDoModuleName in interface B2BUAControlMessage
Parameters:
doModuleName - module name