@Override
protected void runImpl() throws InterruptedException {
setMessage(getString("LoadSource.Job.SendToServer"));
IntegrationServer server = IntegrationServer.getInstance();
LoadSourceDataProvider call = server.getServerCall(LoadSourceDataProvider.class);
call.loadSourceDataTree(input, transformationId, LoadSourceDataJob.this);
}