org.siprop.v2.ua.impl
Class UAInterpreter

java.lang.Object
  extended by org.siprop.v2.ua.impl.UAInterpreter

public class UAInterpreter
extends java.lang.Object

This class is an interpreter for UACommand.

Author:
noritsuna

Constructor Summary
UAInterpreter()
          Constructor.
 
Method Summary
 void createCommandList(java.util.List<java.lang.String> commandList, java.lang.String serviceName)
          create list of UACommand.
 void exec(Context context, UAContext uaContext)
          Execute interpreter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UAInterpreter

public UAInterpreter()
Constructor.

Method Detail

createCommandList

public void createCommandList(java.util.List<java.lang.String> commandList,
                              java.lang.String serviceName)
create list of UACommand.

Parameters:
commandList -
serviceName -

exec

public void exec(Context context,
                 UAContext uaContext)
Execute interpreter.

Parameters:
context -
uaContext -