this.remoteAPIDiscoveryUtil = new RemoteAPIDiscoveryUtil(this.discovery, this);
this.port = new PluginConfigurationUtil(this.configuration).getInt(getClass(), "export.port", getFreePort());
this.callHandler = new CallHandler();
this.lipeServer = new Server();
try {
this.lipeServer.bind(this.port, this.callHandler);
} catch (IOException e) {
e.printStackTrace();