org.siprop.v2.ua
Interface UACommand

All Known Implementing Classes:
ByeUA, CancelUA, DefaultUA, ErrorUA, InviteUA, RegisterUA

public interface UACommand

This interface expresses UA interpretor's commands.

Author:
noritsuna

Method Summary
 java.lang.String getUACommandName()
          get The name which shows this command.
 

Method Detail

getUACommandName

java.lang.String getUACommandName()
get The name which shows this command.

Returns:
The name which shows this command