Added UserMessageManager class

This commit is contained in:
Ziver Koc 2018-08-06 19:26:41 +02:00
parent 2c2692c653
commit 4ce53017a1
2 changed files with 187 additions and 2 deletions

View file

@ -28,8 +28,6 @@ public class RESTHttpPageTest {
}
public static class TestEchoClass implements WSInterface{
public String echo(@WSParamName("input") String input){
return "echo: "+input;