Package org.qtunes.auth.control

Interface Summary
ParamParser A ParamParser converts from a String representation of a ControlMethod into the actual objects required to invoke that method
 

Class Summary
Call A Class representing a Method call - a method name and parameters
ControlJSONSerializer A JSONSerializer that has been customizer to serialize/deserialize object likely to to passed to or from the ControlMethodInvoker
ControlMethodInvoker The ControlMethodInvoker takes a method description to its "invoke" method and invokes the matching {link ControlMethod}.
JSONParser A ParamParser that parses it's input as JSON.
SimpleParser A ParamParser suitable for interactive use.