@Override
protected UCESocket createNewSourceSocket(String targetId, ConnectionConfiguration configuration) {
// TODO change source side conn est
try {
return new UCESecureSocket(targetId, configuration, new UnsecureSourceSideConnectionEstablishment());
} catch (final Exception e) {
throw new RuntimeException("Could not create UCESocket:", e); //$NON-NLS-1$
}
}