@RequestMapping(value = "/send.action", method = RequestMethod.GET)
 public void sendTxt() {
   proxy.sendMessage("hello world!");
 }