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

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

public class ErrorUA
extends java.lang.Object
implements UACommand

UACommand of Error.

Author:
noritsuna

Field Summary
static java.lang.String UA_COMMAND_NAME
          UACommand name.
 
Constructor Summary
ErrorUA()
           
 
Method Summary
 void do_Error_init(Context context, UAContext uaContext)
          Initial command.
 void do_Error_notFoundMethod(Context context, UAContext uaContext)
          Not found 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

ErrorUA

public ErrorUA()
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_Error_init

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

Parameters:
context -
uaContext -

do_Error_notFoundMethod

public void do_Error_notFoundMethod(Context context,
                                    UAContext uaContext)
Not found command.

Parameters:
context -
uaContext -