org.siprop.v2.ua.sip.command.impl
Class DefaultUA

java.lang.Object
  extended by org.siprop.v2.ua.sip.command.impl.DefaultUA
All Implemented Interfaces:
UACommand

public class DefaultUA
extends java.lang.Object
implements UACommand

UACommand of Default.

Author:
noritsuna

Field Summary
static java.lang.String UA_COMMAND_NAME
          UACommand name.
 
Constructor Summary
DefaultUA()
           
 
Method Summary
 void do_Default_init(Context context, UAContext uaContext)
          Initial command.
 java.lang.String getUACommandName()
          get The name which shows this command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UA_COMMAND_NAME

public static final java.lang.String UA_COMMAND_NAME
UACommand name.

See Also:
Constant Field Values
Constructor Detail

DefaultUA

public DefaultUA()
Method Detail

getUACommandName

public java.lang.String getUACommandName()
Description copied from interface: UACommand
get The name which shows this command.

Specified by:
getUACommandName in interface UACommand
Returns:
The name which shows this command

do_Default_init

public void do_Default_init(Context context,
                            UAContext uaContext)
Initial command.

Parameters:
context -
uaContext -