Пример #1
0
 @RequestMapping(value = "/send.action", method = RequestMethod.GET)
 public void sendTxt() {
   proxy.sendMessage("hello world!");
 }