@Test
public void test() throws IOException {
LOG.info("Starting server");
RomServerJsonRpcHandler jsonRpcHandler = new RomServerJsonRpcHandler(
"com.kurento.tool.rom.test.model.server", "Impl");
startJsonRpcServer(jsonRpcHandler);
LOG.info("Server started");