"RPC"));
} else if (OP_OPEN_SEARCH.equals(opid)) {
Map decodedMap = message.getDecodedMap();
UIFunctions uif = UIFunctionsManager.getUIFunctions();
if (uif != null) {
uif.doSearch(MapUtils.getMapString(decodedMap, "search-text", ""));
}
} else if (OP_REGISTER.equals(opid)) {
FeatureManagerUI.openLicenceEntryWindow(false, null);
} else {
throw new IllegalArgumentException("Unknown operation: " + opid);