package socket; public class GetDataServiceImpl { public String getData(String params) { return "getData: " + params; } }