Uses of Interface
org.siprop.v2.ua.UACommand

Packages that use UACommand
org.siprop.v2.ua.sip.command.impl   
org.siprop.v2.ua.util.impl   
 

Uses of UACommand in org.siprop.v2.ua.sip.command.impl
 

Classes in org.siprop.v2.ua.sip.command.impl that implement UACommand
 class ByeUA
          UACommand of Bye.
 class CancelUA
          UACommand of Cancel.
 class DefaultUA
          UACommand of Default.
 class ErrorUA
          UACommand of Error.
 class InviteUA
          UACommand of Invite.
 class RegisterUA
          UACommand of Register.
 

Uses of UACommand in org.siprop.v2.ua.util.impl
 

Methods in org.siprop.v2.ua.util.impl that return UACommand
 UACommand CommandSet.getUaCommandClass()
          get UACommand class.
 

Methods in org.siprop.v2.ua.util.impl with parameters of type UACommand
 void CommandSet.setUaCommandClass(UACommand uaCommandClass)
          set UACommand class.