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

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

public class InviteUA
extends java.lang.Object
implements UACommand

UACommand of Invite.

Author:
noritsuna

Field Summary
static java.lang.String UA_COMMAND_NAME
          UACommand name.
 
Constructor Summary
InviteUA()
           
 
Method Summary
 void do_Invite_init(Context context, UAContext uaContext)
          Initial command.
 void do_Invite_resp_200(Context context, UAContext uaContext)
          Receive 200 Response and processing.
 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

InviteUA

public InviteUA()
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_Invite_init

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

Parameters:
context -
uaContext -

do_Invite_resp_200

public void do_Invite_resp_200(Context context,
                               UAContext uaContext)
Receive 200 Response and processing.

Parameters:
context -
uaContext -