private final static ObjectMapper mapper = new ObjectMapper();
private static RemotingApi api() {
RemotingApi remotingApi = new RemotingApi("remoting", "/controller/router", null);
remotingApi.addAction("simpleService",
new Action("toUpperCase", 1, Boolean.FALSE));
remotingApi.addAction("simpleService",
new Action("echo", Arrays.asList("userId", "logLevel")));
PollingProvider pollingProvider = new PollingProvider("simpleService", "poll",