org.siprop.v2.stack.sip.impl
Class StackControlMessageImpl

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

public class StackControlMessageImpl
extends AbstractControlMessage
implements StackControlMessage

A control message for SIProp stack.

Author:
masaxmasa
See Also:
Serialized Form

Constructor Summary
StackControlMessageImpl()
          constructor
 
Method Summary
 boolean getIsUAC()
          transaction type that related this message is UAC or not.
 void setIsUAC(boolean uac)
          set transaction type that related this message
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackControlMessageImpl

public StackControlMessageImpl()
constructor

Method Detail

setIsUAC

public void setIsUAC(boolean uac)
Description copied from interface: StackControlMessage
set transaction type that related this message

Specified by:
setIsUAC in interface StackControlMessage

getIsUAC

public boolean getIsUAC()
Description copied from interface: StackControlMessage
transaction type that related this message is UAC or not.

Specified by:
getIsUAC in interface StackControlMessage
Returns:
UAC or not