final String connectionType = props.getProperty(PROP_CONNECTION_TYPE);
_connection = getConnectionInstance(connectionType);
if (_connection == null)
throw new CoreException(new Status(IStatus.ERROR, GarminPlugin.PLUGIN_ID,
"No connection class found for type " + connectionType));
_downloadHandler = _connection.connect(props, this, new ProtocolFinder() {
/**
* Method findProtocol.
*
* @param message
* @return Protocol