AbstractInterface | +--test.TestInterface
| Method Summary | |
public struct |
echo()
A testing method which echo's all paramaters back in the response. |
public any |
login()
A testing method which checks if the caller is logged in then returns their username. |
public any |
null()
Place holder for null method, does nothing as far as i can tell.. ? |
| Methods inherited from AbstractInterface |
init
|
| Method Detail |
public struct echo()
public any login()
public any null()