user, password, connParams, db.getDriverName(), toString(sourceGuid), toString(targetGuid));
callback.connected(FROM_WS_QUOTES.apply(quotes));
} catch (RemoteException ex) {
callback.caught(convert(ex));
} catch (IntegrationServerException ex) {
callback.caught(new IntegrationServerException("Server exception: " + ex.getMessage(), ex));
}
}