org.siprop.v2.ua.sip.context.impl
Class DefaultSIPUAContext

java.lang.Object
  extended by org.siprop.v2.core.messge.AbstractContext
      extended by org.siprop.v2.ua.impl.UAContextImpl
          extended by org.siprop.v2.ua.sip.context.impl.DefaultSIPUAContext
All Implemented Interfaces:
java.io.Serializable, Context, UAContext

public class DefaultSIPUAContext
extends UAContextImpl

Default UAContext for SIP.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
DefaultSIPUAContext()
           
 
Method Summary
 void exec(Context context)
          Execute entry point.
 gov.nist.javax.sip.header.RecordRouteList getRecordRouteList()
          get list of RecordRoute headers.
 boolean isRoute()
          This is Route or not?
 boolean isUAC()
          This is UAC or not?
 
Methods inherited from class org.siprop.v2.ua.impl.UAContextImpl
getDeleteFlag, setDeleteFlag
 
Methods inherited from class org.siprop.v2.core.messge.AbstractContext
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siprop.v2.core.messge.Context
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 

Constructor Detail

DefaultSIPUAContext

public DefaultSIPUAContext()
Method Detail

exec

public void exec(Context context)
Description copied from interface: UAContext
Execute entry point.

Specified by:
exec in interface UAContext
Overrides:
exec in class UAContextImpl

getRecordRouteList

public gov.nist.javax.sip.header.RecordRouteList getRecordRouteList()
get list of RecordRoute headers.

Returns:
list of RecordRoute headers

isRoute

public boolean isRoute()
This is Route or not?

Returns:
Route or not

isUAC

public boolean isUAC()
This is UAC or not?

Returns:
UAC is true.