package cz.softeu.test; public class HelloAction { /** * Action method */ public String send(){ //do something real return (“success”); } }