String upnpType=stateVar.getUPnPDataType();
outDic.put(argumentName,Converter.parseString(argument.getValue(),upnpType));
}
return outDic;
}else{
UPnPStatus controlStatus = act.getControlStatus();
throw new UPnPException(controlStatus.getCode(),controlStatus.getDescription());
}
}